diff options
author | Greg Wallace <greg@gregtwallace.com> | 2015-12-29 21:33:24 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2016-01-04 14:26:43 +0100 |
commit | 4b44fef5ca74f0a07811b1ed54fd18599f6d0877 (patch) | |
tree | 10c8594ccd47fab5ff1c4d7ee54bf2fb223f6bb4 | |
parent | ntfs-3g: Fix cm-13 compatibility (diff) | |
download | android_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 |
-rw-r--r-- | gui/devices/common/res/languages/en.xml | 2 | ||||
-rwxr-xr-x | gui/theme/common/languages/en.xml | 2 | ||||
-rw-r--r-- | partition.cpp | 16 |
3 files changed, 10 insertions, 10 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> diff --git a/partition.cpp b/partition.cpp index 58db70629..f575dcc34 100644 --- a/partition.cpp +++ b/partition.cpp @@ -1668,7 +1668,7 @@ bool TWPartition::Wipe_EXT23(string File_System) { if (TWFunc::Path_Exists("/sbin/mke2fs")) { string command; - gui_msg(Msg("formating_using=Formatting {1} using {2}...")(Display_Name)("mke2fs")); + gui_msg(Msg("formatting_using=Formatting {1} using {2}...")(Display_Name)("mke2fs")); Find_Actual_Block_Device(); command = "mke2fs -t " + File_System + " -m 0 " + Actual_Block_Device; LOGINFO("mke2fs command: %s\n", command.c_str()); @@ -1701,7 +1701,7 @@ bool TWPartition::Wipe_EXT4() { int ret; char *secontext = NULL; - gui_msg(Msg("formating_using=Formatting {1} using {2}...")(Display_Name)("make_ext4fs")); + gui_msg(Msg("formatting_using=Formatting {1} using {2}...")(Display_Name)("make_ext4fs")); if (!selinux_handle || selabel_lookup(selinux_handle, &secontext, Mount_Point.c_str(), S_IFDIR) < 0) { LOGINFO("Cannot lookup security context for '%s'\n", Mount_Point.c_str()); @@ -1723,7 +1723,7 @@ bool TWPartition::Wipe_EXT4() { if (TWFunc::Path_Exists("/sbin/make_ext4fs")) { string Command; - gui_msg(Msg("formating_using=Formatting {1} using {2}...")(Display_Name)("make_ext4fs")); + gui_msg(Msg("formatting_using=Formatting {1} using {2}...")(Display_Name)("make_ext4fs")); Find_Actual_Block_Device(); Command = "make_ext4fs"; if (!Is_Decrypted && Length != 0) { @@ -1760,7 +1760,7 @@ bool TWPartition::Wipe_FAT() { if (!UnMount(true)) return false; - gui_msg(Msg("formating_using=Formatting {1} using {2}...")(Display_Name)("mkfs.fat")); + gui_msg(Msg("formatting_using=Formatting {1} using {2}...")(Display_Name)("mkfs.fat")); Find_Actual_Block_Device(); command = "mkfs.fat " + Actual_Block_Device; if (TWFunc::Exec_Cmd(command) == 0) { @@ -1787,7 +1787,7 @@ bool TWPartition::Wipe_EXFAT() { if (!UnMount(true)) return false; - gui_msg(Msg("formating_using=Formatting {1} using {2}...")(Display_Name)("mkexfatfs")); + gui_msg(Msg("formatting_using=Formatting {1} using {2}...")(Display_Name)("mkexfatfs")); Find_Actual_Block_Device(); command = "mkexfatfs " + Actual_Block_Device; if (TWFunc::Exec_Cmd(command) == 0) { @@ -1807,7 +1807,7 @@ bool TWPartition::Wipe_MTD() { if (!UnMount(true)) return false; - gui_msg(Msg("formating_using=Formatting {1} using {2}...")(Display_Name)("MTD")); + gui_msg(Msg("formatting_using=Formatting {1} using {2}...")(Display_Name)("MTD")); mtd_scan_partitions(); const MtdPartition* mtd = mtd_find_partition_by_name(MTD_Name.c_str()); @@ -1858,7 +1858,7 @@ bool TWPartition::Wipe_F2FS() { if (!UnMount(true)) return false; - gui_msg(Msg("formating_using=Formatting {1} using {2}...")(Display_Name)("mkfs.f2fs")); + gui_msg(Msg("formatting_using=Formatting {1} using {2}...")(Display_Name)("mkfs.f2fs")); Find_Actual_Block_Device(); command = "mkfs.f2fs -t 1"; if (!Is_Decrypted && Length != 0) { @@ -1902,7 +1902,7 @@ bool TWPartition::Wipe_NTFS() { if (!UnMount(true)) return false; - gui_msg(Msg("formating_using=Formatting {1} using {2}...")(Display_Name)(Ntfsmake_Binary)); + gui_msg(Msg("formatting_using=Formatting {1} using {2}...")(Display_Name)(Ntfsmake_Binary)); Find_Actual_Block_Device(); command = "/sbin/" + Ntfsmake_Binary + " " + Actual_Block_Device; if (TWFunc::Exec_Cmd(command) == 0) { |