summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorGreg Wallace <greg@gregtwallace.com>2015-12-29 21:33:24 +0100
committerEthan Yonker <dees_troy@teamw.in>2016-01-04 14:26:43 +0100
commit4b44fef5ca74f0a07811b1ed54fd18599f6d0877 (patch)
tree10c8594ccd47fab5ff1c4d7ee54bf2fb223f6bb4 /gui
parentntfs-3g: Fix cm-13 compatibility (diff)
downloadandroid_bootable_recovery-4b44fef5ca74f0a07811b1ed54fd18599f6d0877.tar
android_bootable_recovery-4b44fef5ca74f0a07811b1ed54fd18599f6d0877.tar.gz
android_bootable_recovery-4b44fef5ca74f0a07811b1ed54fd18599f6d0877.tar.bz2
android_bootable_recovery-4b44fef5ca74f0a07811b1ed54fd18599f6d0877.tar.lz
android_bootable_recovery-4b44fef5ca74f0a07811b1ed54fd18599f6d0877.tar.xz
android_bootable_recovery-4b44fef5ca74f0a07811b1ed54fd18599f6d0877.tar.zst
android_bootable_recovery-4b44fef5ca74f0a07811b1ed54fd18599f6d0877.zip
Diffstat (limited to 'gui')
-rw-r--r--gui/devices/common/res/languages/en.xml2
-rwxr-xr-xgui/theme/common/languages/en.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/devices/common/res/languages/en.xml b/gui/devices/common/res/languages/en.xml
index c11176a71..28b5ec5dd 100644
--- a/gui/devices/common/res/languages/en.xml
+++ b/gui/devices/common/res/languages/en.xml
@@ -134,7 +134,7 @@
<string name="restoring">Restoring</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>
- <string name="formating_using">Formatting {1} using {2}...</string>
+ <string name="formatting_using">Formatting {1} using {2}...</string>
<string name="unable_to_wipe">Unable to wipe {1}.</string>
<string name="remove_all">Removing all files under '{1}'</string>
<string name="wiping_data">Wiping data without wiping /data/media ...</string>
diff --git a/gui/theme/common/languages/en.xml b/gui/theme/common/languages/en.xml
index e417ace54..cb5c79265 100755
--- a/gui/theme/common/languages/en.xml
+++ b/gui/theme/common/languages/en.xml
@@ -574,7 +574,7 @@
<string name="restoring">Restoring</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>
- <string name="formating_using">Formatting {1} using {2}...</string>
+ <string name="formatting_using">Formatting {1} using {2}...</string>
<string name="unable_to_wipe">Unable to wipe {1}.</string>
<string name="remove_all">Removing all files under '{1}'</string>
<string name="wiping_data">Wiping data without wiping /data/media ...</string>