diff options
| -rw-r--r-- | core/res/res/values/strings.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 053c25e7848e..ff649d5569ba 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1192,9 +1192,11 @@ <!-- On the unlock pattern screen, shown when the user enters the wrong lock pattern and must try again. --> <string name="lockscreen_pattern_wrong">Sorry, try again</string> - <!-- When the lock screen is showing and the phone plugged in, show the current - charge %. --> + <!-- When the lock screen is showing and the phone plugged in, and the battery + is not fully sharted, show the current charge %. --> <string name="lockscreen_plugged_in">Charging (<xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g>)</string> + <!-- When the lock screen is showing, the phone is plugged in and the battery is fully + charged, say that it is charged. --> <string name="lockscreen_charged">Charged</string> <!-- When the lock screen is showing and the battery is low, warn user to plug |