diff options
author | Tianjie Xu <xunchang@google.com> | 2016-03-30 01:58:31 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-03-30 01:58:31 +0200 |
commit | 3568004cba740a466bd9731a4bb5c8a1475e6d2d (patch) | |
tree | 289d213b82f4e87dc012078748d25b6f9a100251 | |
parent | Merge "Switch to <android-base/unique_fd.h>." (diff) | |
parent | Add string for Installing_security_update (diff) | |
download | android_bootable_recovery-3568004cba740a466bd9731a4bb5c8a1475e6d2d.tar android_bootable_recovery-3568004cba740a466bd9731a4bb5c8a1475e6d2d.tar.gz android_bootable_recovery-3568004cba740a466bd9731a4bb5c8a1475e6d2d.tar.bz2 android_bootable_recovery-3568004cba740a466bd9731a4bb5c8a1475e6d2d.tar.lz android_bootable_recovery-3568004cba740a466bd9731a4bb5c8a1475e6d2d.tar.xz android_bootable_recovery-3568004cba740a466bd9731a4bb5c8a1475e6d2d.tar.zst android_bootable_recovery-3568004cba740a466bd9731a4bb5c8a1475e6d2d.zip |
Diffstat (limited to '')
-rw-r--r-- | tools/recovery_l10n/res/values/strings.xml | 4 |
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> |