diff options
| author | 2009-07-06 12:58:00 -0700 | |
|---|---|---|
| committer | 2009-07-06 12:58:00 -0700 | |
| commit | dd3d10c865b0d0e980b6fc33cae558ba057b57c9 (patch) | |
| tree | 5e39204c545803e78b5938d0e54e0f4af5cfef34 | |
| parent | b22ed4e378290dedfe588ceae8be236447c72305 (diff) | |
| parent | 56fbd8d86a1ea60ae42185349cf8809df24d262a (diff) | |
am 56fbd8d8: Merge change 6258 into donut
Merge commit '56fbd8d86a1ea60ae42185349cf8809df24d262a'
* commit '56fbd8d86a1ea60ae42185349cf8809df24d262a':
Fix the comment -- "charged" not "sharted." Also, the other
| -rw-r--r-- | core/res/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index c14badbb456b..721969473132 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1197,11 +1197,11 @@ <string name="lockscreen_pattern_wrong">Sorry, try again</string> <!-- When the lock screen is showing and the phone plugged in, and the battery - is not fully sharted, show the current charge %. --> + 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> <!-- 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> + <string name="lockscreen_charged">Charged.</string> <!-- When the lock screen is showing and the battery is low, warn user to plug in the phone soon. --> |