summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-03-29 01:11:50 +0200
committerTianjie Xu <xunchang@google.com>2016-03-29 03:16:15 +0200
commit1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e (patch)
tree9b2f42217de7845060aa978257a850bfaf9da347
parentMove recovery_l10n here from development/tools. (diff)
downloadandroid_bootable_recovery-1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e.tar
android_bootable_recovery-1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e.tar.gz
android_bootable_recovery-1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e.tar.bz2
android_bootable_recovery-1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e.tar.lz
android_bootable_recovery-1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e.tar.xz
android_bootable_recovery-1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e.tar.zst
android_bootable_recovery-1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e.zip
-rw-r--r--tools/recovery_l10n/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/recovery_l10n/res/values/strings.xml b/tools/recovery_l10n/res/values/strings.xml
index 3a8aeec9c..f6193ab17 100644
--- a/tools/recovery_l10n/res/values/strings.xml
+++ b/tools/recovery_l10n/res/values/strings.xml
@@ -31,4 +31,8 @@
LIMIT=60] -->
<string name="recovery_error">Error!</string>
+ <!-- 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>
+
</resources>