diff options
author | Greg Wallace <greg@gregtwallace.com> | 2015-12-29 20:19:21 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2016-01-04 14:29:15 +0100 |
commit | 2d65340c0f5e72b21384f4aa8c19ae2715bcb4ab (patch) | |
tree | 1f8a70a6ba822961573b955be60f711fede28a41 /gui/theme | |
parent | gui: Fix typo of formatting_using message (diff) | |
download | android_bootable_recovery-2d65340c0f5e72b21384f4aa8c19ae2715bcb4ab.tar android_bootable_recovery-2d65340c0f5e72b21384f4aa8c19ae2715bcb4ab.tar.gz android_bootable_recovery-2d65340c0f5e72b21384f4aa8c19ae2715bcb4ab.tar.bz2 android_bootable_recovery-2d65340c0f5e72b21384f4aa8c19ae2715bcb4ab.tar.lz android_bootable_recovery-2d65340c0f5e72b21384f4aa8c19ae2715bcb4ab.tar.xz android_bootable_recovery-2d65340c0f5e72b21384f4aa8c19ae2715bcb4ab.tar.zst android_bootable_recovery-2d65340c0f5e72b21384f4aa8c19ae2715bcb4ab.zip |
Diffstat (limited to 'gui/theme')
-rwxr-xr-x | 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 cb5c79265..4b76c0ed4 100755 --- a/gui/theme/common/languages/en.xml +++ b/gui/theme/common/languages/en.xml @@ -558,6 +558,7 @@ <string name="flash_done">[IMAGE FLASH COMPLETED]</string> <string name="wiping">Wiping {1}</string> <string name="repair_not_exist">{1} does not exist! Cannot repair!</string> + <string name="repairing_using">Repairing {1} using {2}...</string> <string name="unable_repair">Unable to repair {1}.</string> <string name="mount_data_footer">Could not mount /data and unable to find crypto footer.</string> <!-- {1} is the folder name that we could not create, {2} is strerror output --> |