aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianjie Xu2016-03-28 18:11:50 -0500
committerTianjie Xu2016-03-28 20:16:15 -0500
commit1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e (patch)
tree9b2f42217de7845060aa978257a850bfaf9da347 /tools/recovery_l10n/res/values/strings.xml
parentcc79490fa83fe2dea6cbcd219751d346645ca7ec (diff)
downloadplatform-bootable-recovery-1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e.tar.gz
platform-bootable-recovery-1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e.tar.xz
platform-bootable-recovery-1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e.zip
Add string for Installing_security_update
Bug: 27837319 Change-Id: I037158697a294c3e03f186f3b4207ea700321a8a
Diffstat (limited to 'tools/recovery_l10n/res/values/strings.xml')
-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 3a8aeec9..f6193ab1 100644
--- a/tools/recovery_l10n/res/values/strings.xml
+++ b/tools/recovery_l10n/res/values/strings.xml
@@ -31,4 +31,8 @@
31 LIMIT=60] --> 31 LIMIT=60] -->
32 <string name="recovery_error">Error!</string> 32 <string name="recovery_error">Error!</string>
33 33
34 <!-- Displayed on the screen beneath the animation while the
35 system is installing a security update. [CHAR LIMIT=60] -->
36 <string name="recovery_installing_security">Installing security update\u2026</string>
37
34</resources> 38</resources>