diff options
-rwxr-xr-x | gui/theme/common/landscape.xml | 4 | ||||
-rwxr-xr-x | gui/theme/common/languages/en.xml | 4 | ||||
-rwxr-xr-x | gui/theme/common/portrait.xml | 4 | ||||
-rwxr-xr-x | gui/theme/common/watch.xml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml index a6b5dca4c..3bbb8bebd 100755 --- a/gui/theme/common/landscape.xml +++ b/gui/theme/common/landscape.xml @@ -3973,7 +3973,7 @@ <text style="text_m_fail"> <condition var1="tw_password_fail" var2="1"/> <placement x="%col1_x_left%" y="%row5_y%"/> - <text>{@decryt_data_failed=Password failed, please try again!}</text> + <text>{@decrypt_data_failed=Password failed, please try again!}</text> </text> <button style="main_button_half_width_low"> @@ -4015,7 +4015,7 @@ <text style="text_m_fail"> <condition var1="tw_password_fail" var2="1"/> <placement x="%col2_x_left%" y="%row3_y%" placement="5"/> - <text>{@decryt_data_failed_pattern=Pattern failed, please try again!}</text> + <text>{@decrypt_data_failed_pattern=Pattern failed, please try again!}</text> </text> <patternpassword> diff --git a/gui/theme/common/languages/en.xml b/gui/theme/common/languages/en.xml index f9f2949c5..8c04af3fc 100755 --- a/gui/theme/common/languages/en.xml +++ b/gui/theme/common/languages/en.xml @@ -437,8 +437,8 @@ <string name="fm_complete">File Operation Complete</string> <string name="decrypt_data_hdr">Decrypt Data</string> <string name="decrypt_data_enter_pass">Enter Password.</string> - <string name="decryt_data_failed">Password failed, please try again!</string> - <string name="decryt_data_failed_pattern">Pattern failed, please try again!</string> + <string name="decrypt_data_failed">Password failed, please try again!</string> + <string name="decrypt_data_failed_pattern">Pattern failed, please try again!</string> <string name="decrypt_data_enter_pattern">Enter Pattern.</string> <string name="decrypt_data_trying">Trying Decryption</string> <string name="term_hdr">Terminal Command</string> diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml index 0904c7254..f253b2207 100755 --- a/gui/theme/common/portrait.xml +++ b/gui/theme/common/portrait.xml @@ -4048,7 +4048,7 @@ <text style="text_m_fail"> <condition var1="tw_password_fail" var2="1"/> <placement x="%indent%" y="%row5_y%"/> - <text>{@decryt_data_failed=Password failed, please try again!}</text> + <text>{@decrypt_data_failed=Password failed, please try again!}</text> </text> <button style="main_button_half_height"> @@ -4090,7 +4090,7 @@ <text style="text_m_fail"> <condition var1="tw_password_fail" var2="1"/> <placement x="%center_x%" y="%row3_y%" placement="5"/> - <text>{@decryt_data_failed_pattern=Pattern failed, please try again!}</text> + <text>{@decrypt_data_failed_pattern=Pattern failed, please try again!}</text> </text> <patternpassword> diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml index 2f51abecb..22cc02bc6 100755 --- a/gui/theme/common/watch.xml +++ b/gui/theme/common/watch.xml @@ -4850,7 +4850,7 @@ <text style="text_m_fail"> <condition var1="tw_password_fail" var2="1"/> <placement x="%col1_x_left%" y="%row3_input_y%"/> - <text>{@decryt_data_failed=Password failed, please try again!}</text> + <text>{@decrypt_data_failed=Password failed, please try again!}</text> </text> <button style="main_button_half_height"> @@ -4894,7 +4894,7 @@ <text style="text_m_fail"> <condition var1="tw_password_fail" var2="1"/> <placement x="%center_x%" y="%row5_y%" placement="5"/> - <text>{@decryt_data_failed_pattern=Pattern failed, please try again!}</text> + <text>{@decrypt_data_failed_pattern=Pattern failed, please try again!}</text> </text> <text style="text_m"> |