diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-12-03 18:09:47 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-12-03 18:09:47 +0000 |
commit | 08d924ebf03933c7d6726d7d34fe4935996c8484 (patch) | |
tree | d40200b6b85d123ad30360197bdf37c79fbbf45b | |
parent | a3b333b6195ada051e4b5f43e9c9428c40e94b94 (diff) | |
parent | acccd0578a29e5141193f8bc3d804c2484023cdf (diff) |
Merge "Update SystemUI and SettingsLib battery defender strings" into rvc-qpr-dev am: acccd0578a
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13137608
Change-Id: I12e42edfe8524d4f1ac1274b5e903e14f4bfcbac
-rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 2 | ||||
-rw-r--r-- | packages/SystemUI/res-keyguard/values/strings.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index da0993dcd4f1..fb695e50ed7c 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -1101,7 +1101,7 @@ <!-- [CHAR_LIMIT=40] Label for battery level chart when charging with duration --> <string name="power_charging_duration"><xliff:g id="level">%1$s</xliff:g> - <xliff:g id="time">%2$s</xliff:g> until charged</string> <!-- [CHAR_LIMIT=40] Label for battery level chart when charge been limited --> - <string name="power_charging_limited"><xliff:g id="level">%1$s</xliff:g> - Battery limited temporarily</string> + <string name="power_charging_limited"><xliff:g id="level">%1$s</xliff:g> - Optimizing for battery health</string> <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed --> <string name="battery_info_status_unknown">Unknown</string> diff --git a/packages/SystemUI/res-keyguard/values/strings.xml b/packages/SystemUI/res-keyguard/values/strings.xml index d95ab374a5cb..4b6621379b44 100644 --- a/packages/SystemUI/res-keyguard/values/strings.xml +++ b/packages/SystemUI/res-keyguard/values/strings.xml @@ -79,8 +79,8 @@ is not fully charged, and it's plugged into a slow charger, say that it's charging slowly. --> <string name="keyguard_plugged_in_charging_slowly"><xliff:g id="percentage">%s</xliff:g> • Charging slowly</string> - <!-- When the lock screen is showing and the phone plugged in, and the defend mode is triggered, say that it's limited temporarily. --> - <string name="keyguard_plugged_in_charging_limited"><xliff:g id="percentage">%s</xliff:g> • Battery limited temporarily</string> + <!-- When the lock screen is showing and the phone plugged in, and the defend mode is triggered, say that it's optimizing for battery health. --> + <string name="keyguard_plugged_in_charging_limited"><xliff:g id="percentage">%s</xliff:g> • Optimizing for battery health</string> <!-- When the lock screen is showing and the battery is low, warn user to plug in the phone soon. --> |