summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorClaudia de Veaux <deveaux@google.com>2011-08-26 13:49:51 -0700
committerClaudia de Veaux <deveaux@google.com>2011-08-26 13:49:51 -0700
commit2957f84868fdce552381eb5d0774b0a133b21ce0 (patch)
tree6f77c533ad95c4a6aeb8c11d666c7924aa86900d /core
parent5688d784cfd38e26f7761687f1a13e548ffe1a6b (diff)
downloadframeworks_base-2957f84868fdce552381eb5d0774b0a133b21ce0.zip
frameworks_base-2957f84868fdce552381eb5d0774b0a133b21ce0.tar.gz
frameworks_base-2957f84868fdce552381eb5d0774b0a133b21ce0.tar.bz2
Simplified punctuation on lock screen.
Bug: 5221162 Change-Id: I1c2cb1847e05a017c2ecb496ef91f252f0e1b803
Diffstat (limited to 'core')
-rwxr-xr-xcore/res/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 8eaac8c..6e92744 100755
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -1789,7 +1789,7 @@
<!-- When the lock screen is showing and the phone plugged in, and the battery
is not fully charged, show the current charge %. -->
- <string name="lockscreen_plugged_in">Charging (<xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g>)</string>
+ <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>