diff options
author | Tianjie Xu <xunchang@google.com> | 2016-03-29 23:06:05 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-03-29 23:06:05 +0200 |
commit | 0f54a46af3d2fa5f01fd1e37ed050b3cf697008c (patch) | |
tree | 2d714f702fca0070bc44da7688318b9f9a6811e4 | |
parent | Fix uncrypt.cpp unique_fd build breakage. (diff) | |
parent | Add string for Installing_security_update (diff) | |
download | android_bootable_recovery-0f54a46af3d2fa5f01fd1e37ed050b3cf697008c.tar android_bootable_recovery-0f54a46af3d2fa5f01fd1e37ed050b3cf697008c.tar.gz android_bootable_recovery-0f54a46af3d2fa5f01fd1e37ed050b3cf697008c.tar.bz2 android_bootable_recovery-0f54a46af3d2fa5f01fd1e37ed050b3cf697008c.tar.lz android_bootable_recovery-0f54a46af3d2fa5f01fd1e37ed050b3cf697008c.tar.xz android_bootable_recovery-0f54a46af3d2fa5f01fd1e37ed050b3cf697008c.tar.zst android_bootable_recovery-0f54a46af3d2fa5f01fd1e37ed050b3cf697008c.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> |