Commit 4c105b9a authored by Ethan Yonker's avatar Ethan Yonker
Browse files

Fix translation spellings

Change-Id: I3fc40c61d78cf017c6753ddd9520aa2ef2e853fc
parent 7d304c71
......@@ -2174,7 +2174,7 @@
<checkbox>
<placement x="%col1_x_right%" y="%row6_y%"/>
<text>{@retore_enable_md5_chk=Enable MD5 Verification of Backup Files}</text>
<text>{@restore_enable_md5_chk=Enable MD5 Verification of Backup Files}</text>
<data variable="tw_skip_md5_check"/>
</checkbox>
......@@ -2315,7 +2315,7 @@
<condition var1="tw_operation_state" var2="1"/>
<actions>
<action function="set">tw_back=restore_select</action>
<action function="set">tw_complete_text1={@restore_complete=Restore Complete}</action>
<action function="set">tw_complete_text1={@restore_completed=Restore Complete}</action>
<action function="set">tw_show_reboot=1</action>
<action function="page">action_complete</action>
</actions>
......@@ -2690,7 +2690,7 @@
<listitem name="{@skip_md5_backup_chk=Skip MD5 generation during backup}">
<data variable="tw_skip_md5_generate"/>
</listitem>
<listitem name="{@retore_enable_md5_chk=Enable MD5 verification of backup files}">
<listitem name="{@restore_enable_md5_chk=Enable MD5 verification of backup files}">
<data variable="tw_skip_md5_check"/>
</listitem>
<listitem name="{@use24clock_chk=Use 24-hour clock}">
......
......@@ -237,7 +237,8 @@
<string name="restore_try_decrypt_s">Trying Decryption</string>
<string name="restore_backup_date">Backup made on %tw_restore_file_date%</string>
<string name="restore_sel_part">Select Partitions to Restore:</string>
<string name="retore_enable_md5_chk">Enable MD5 Verification of Backup Files</string>
<string name="restore_enable_md5_chk">Enable MD5 Verification of Backup Files</string>
<string name="restore_completed">Restore Complete</string>
<string name="swipe_restore">Swipe to Restore</string>
<string name="swipe_restore_s"> Restore</string>
<string name="rename_backup_hdr">Rename Backup</string>
......
......@@ -2284,7 +2284,7 @@
<checkbox>
<placement x="%indent%" y="%row17_y%"/>
<text>{@retore_enable_md5_chk=Enable MD5 Verification of Backup Files}</text>
<text>{@restore_enable_md5_chk=Enable MD5 Verification of Backup Files}</text>
<data variable="tw_skip_md5_check"/>
</checkbox>
......@@ -2425,7 +2425,7 @@
<condition var1="tw_operation_state" var2="1"/>
<actions>
<action function="set">tw_back=restore_select</action>
<action function="set">tw_complete_text1={@restore_complete=Restore Complete}</action>
<action function="set">tw_complete_text1={@restore_completed=Restore Complete}</action>
<action function="set">tw_show_reboot=1</action>
<action function="page">action_complete</action>
</actions>
......@@ -2814,7 +2814,7 @@
<listitem name="{@skip_md5_backup_chk=Skip MD5 generation during backup}">
<data variable="tw_skip_md5_generate"/>
</listitem>
<listitem name="{@retore_enable_md5_chk=Enable MD5 verification of backup files}">
<listitem name="{@restore_enable_md5_chk=Enable MD5 verification of backup files}">
<data variable="tw_skip_md5_check"/>
</listitem>
<listitem name="{@use24clock_chk=Use 24-hour clock}">
......
......@@ -2693,7 +2693,7 @@
<listbox style="scrolllist">
<placement x="%col1_x_left%" y="%row2_header_y%" w="%content_width%" h="%partitionlist_wipe_height%"/>
<listitem name="{@retore_enable_md5_chk=Enable MD5 Verification of Backup Files}">
<listitem name="{@restore_enable_md5_chk=Enable MD5 Verification of Backup Files}">
<data variable="tw_skip_md5_check"/>
</listitem>
</listbox>
......@@ -2858,7 +2858,7 @@
<listbox style="listbox_options">
<placement x="%col1_x_right%" y="%row4a_y%" w="%content_half_width%" h="80"/>
<listitem name="{@retore_enable_md5_chk=Enable MD5 Verification of Backup Files}">
<listitem name="{@restore_enable_md5_chk=Enable MD5 Verification of Backup Files}">
<data variable="tw_skip_md5_check"/>
</listitem>
</listbox>
......@@ -2916,7 +2916,7 @@
<condition var1="tw_operation_state" var2="1"/>
<actions>
<action function="set">tw_back=restore</action>
<action function="set">tw_complete_text1={@restore_complete=Restore Complete}</action>
<action function="set">tw_complete_text1={@restore_completed=Restore Complete}</action>
<action function="set">tw_show_reboot=1</action>
<action function="page">action_complete</action>
</actions>
......@@ -3394,7 +3394,7 @@
<listitem name="{@skip_md5_backup_chk=Skip MD5 generation during backup}">
<data variable="tw_skip_md5_generate"/>
</listitem>
<listitem name="{@retore_enable_md5_chk=Enable MD5 verification of backup files}">
<listitem name="{@restore_enable_md5_chk=Enable MD5 verification of backup files}">
<data variable="tw_skip_md5_check"/>
</listitem>
<listitem name="{@use24clock_chk=Use 24-hour clock}">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment