Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16d739da authored by Salvador Martinez's avatar Salvador Martinez Committed by android-build-merger
Browse files

Merge "Up the character limit for thermal strings" into oc-dev am: 95cdc612

am: cc1e8bce

Change-Id: I46709c2743dfdb93c838dd86ab658eff35d451e4
parents edc48692 cc1e8bce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1914,11 +1914,11 @@
    <!-- Tuner string -->
    <string name="default_theme" translatable="false">Default</string>

    <!-- Title for notification & dialog that the user's phone last shut down because it got too hot. [CHAR LIMIT=30] -->
    <!-- Title for notification & dialog that the user's phone last shut down because it got too hot. [CHAR LIMIT=40] -->
    <string name="thermal_shutdown_title">Phone turned off due to heat</string>
    <!-- Message body for notification that user's phone last shut down because it got too hot. [CHAR LIMIT=100] -->
    <string name="thermal_shutdown_message">Your phone is now running normally</string>
    <!-- Text body for dialog alerting user that their phone last shut down bewcause it got too hot. [CHAR LIMIT=300] -->
    <!-- Text body for dialog alerting user that their phone last shut down because it got too hot. [CHAR LIMIT=450] -->
    <string name="thermal_shutdown_dialog_message">Your phone was too hot, so it turned off to cool down. Your phone is now running normally.\n\nYour phone may get too hot if you:\n\t&#8226; Use resource-intensive apps (such as gaming, video, or navigation apps)\n\t&#8226; Download or upload large files\n\t&#8226; Use your phone in high temperatures</string>

    <!-- Title for notification (and dialog) that user's phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=30] -->