diff options
author | James Christopher Adduono <jc@adduono.com> | 2016-10-25 08:18:32 +0200 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2016-11-30 16:30:22 +0100 |
commit | 79ae093c82ec6f714719ccdc97b03e1c184bdc01 (patch) | |
tree | f8f36a520de40efbea049b47c056aa8345c923b8 /gui/theme/common/languages/en.xml | |
parent | Fix image flashing: attempt 2 (diff) | |
download | android_bootable_recovery-79ae093c82ec6f714719ccdc97b03e1c184bdc01.tar android_bootable_recovery-79ae093c82ec6f714719ccdc97b03e1c184bdc01.tar.gz android_bootable_recovery-79ae093c82ec6f714719ccdc97b03e1c184bdc01.tar.bz2 android_bootable_recovery-79ae093c82ec6f714719ccdc97b03e1c184bdc01.tar.lz android_bootable_recovery-79ae093c82ec6f714719ccdc97b03e1c184bdc01.tar.xz android_bootable_recovery-79ae093c82ec6f714719ccdc97b03e1c184bdc01.tar.zst android_bootable_recovery-79ae093c82ec6f714719ccdc97b03e1c184bdc01.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/theme/common/languages/en.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/theme/common/languages/en.xml b/gui/theme/common/languages/en.xml index 0a89083d1..6b05a8613 100644 --- a/gui/theme/common/languages/en.xml +++ b/gui/theme/common/languages/en.xml @@ -572,6 +572,7 @@ <string name="unable_resize">Unable to resize {1}.</string> <string name="no_md5_found">No md5 file found for '{1}'. Please unselect Enable MD5 verification to restore.</string> <string name="md5_fail_match">MD5 failed to match on '{1}'.</string> + <string name="md5_matched">MD5 matched for '{1}'.</string> <string name="fail_decrypt_tar">Failed to decrypt tar file '{1}'</string> <string name="format_data_msg">You may need to reboot recovery to be able to use /data again.</string> <string name="format_data_err">Unable to format to remove encryption.</string> |