summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndroid Build Merger (Role) <android-build-merger@google.com>2016-04-20 17:25:17 +0200
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-04-20 17:25:17 +0200
commitf39da4fc1b84c594d95b241d75eec1b25f7d4480 (patch)
tree4372de4a1bd595377b44eae7165c382316814ddc
parentMerge "Decrease OTA package verification times further. am: dd895d0 am: 5be36da" into nyc-mr1-dev-plus-aosp (diff)
parentMerge "Remove trailing punctuation from recovery strings." into nyc-dev am: 4eec72d (diff)
downloadandroid_bootable_recovery-f39da4fc1b84c594d95b241d75eec1b25f7d4480.tar
android_bootable_recovery-f39da4fc1b84c594d95b241d75eec1b25f7d4480.tar.gz
android_bootable_recovery-f39da4fc1b84c594d95b241d75eec1b25f7d4480.tar.bz2
android_bootable_recovery-f39da4fc1b84c594d95b241d75eec1b25f7d4480.tar.lz
android_bootable_recovery-f39da4fc1b84c594d95b241d75eec1b25f7d4480.tar.xz
android_bootable_recovery-f39da4fc1b84c594d95b241d75eec1b25f7d4480.tar.zst
android_bootable_recovery-f39da4fc1b84c594d95b241d75eec1b25f7d4480.zip
-rw-r--r--tools/recovery_l10n/res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/recovery_l10n/res/values/strings.xml b/tools/recovery_l10n/res/values/strings.xml
index f6193ab17..971e038d3 100644
--- a/tools/recovery_l10n/res/values/strings.xml
+++ b/tools/recovery_l10n/res/values/strings.xml
@@ -13,18 +13,18 @@
<!-- Displayed on the screen beneath the animated android while the
system is installing an update. [CHAR LIMIT=60] -->
- <string name="recovery_installing">Installing system update\u2026</string>
+ <string name="recovery_installing">Installing system update</string>
<!-- Displayed on the screen beneath the animated android while the
system is erasing a partition (either a data wipe aka "factory
reset", or a cache wipe). [CHAR LIMIT=60] -->
- <string name="recovery_erasing">Erasing\u2026</string>
+ <string name="recovery_erasing">Erasing</string>
<!-- Displayed on the screen when the user has gotten into recovery
mode without a command to run. Will not normally happen, but
users (especially developers) may boot into recovery mode
manually via special key combinations. [CHAR LIMIT=60] -->
- <string name="recovery_no_command">No command.</string>
+ <string name="recovery_no_command">No command</string>
<!-- Displayed on the triangle-! screen when a system update
installation or data wipe procedure encounters an error. [CHAR
@@ -33,6 +33,6 @@
<!-- Displayed on the screen beneath the animation while the
system is installing a security update. [CHAR LIMIT=60] -->
- <string name="recovery_installing_security">Installing security update\u2026</string>
+ <string name="recovery_installing_security">Installing security update</string>
</resources>