From 829315385fddb4605acf949f4e31d82c74325c9c Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Fri, 27 Feb 2015 14:19:59 -0600 Subject: GUI: Use valid XML syntax Safer handling: & --> & > --> > < --> < Broken tags: --> --> Change-Id: Iaddaf9db163e08250cb4deefdfdb814c589ccb47 --- gui/devices/watch/res/watch.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'gui/devices/watch/res/watch.xml') diff --git a/gui/devices/watch/res/watch.xml b/gui/devices/watch/res/watch.xml index dfbed16cd..a86b07c62 100644 --- a/gui/devices/watch/res/watch.xml +++ b/gui/devices/watch/res/watch.xml @@ -382,9 +382,9 @@ tw_has_action2=1 tw_action2=wipe tw_action2_param=dalvik - tw_text1=Wipe Cache & Dalvik? - tw_action_text1=Wiping Cache & Dalvik... - tw_complete_text1=Cache & Dalvik Wipe Complete + tw_text1=Wipe Cache & Dalvik? + tw_action_text1=Wiping Cache & Dalvik... + tw_complete_text1=Cache & Dalvik Wipe Complete tw_slider_text=Swipe to Wipe confirm_action @@ -762,12 +762,12 @@ - + %tw_action_param% - + confirm_action @@ -1008,7 +1008,7 @@ - formatdata + formatdata @@ -1442,11 +1442,11 @@ - + - backupname2 + backupname2 @@ -1811,7 +1811,7 @@ tw_back=restore tw_action=cmd - tw_action_param=cd %tw_backups_folder% && rm -rf "%tw_restore_name%" + tw_action_param=cd %tw_backups_folder% && rm -rf "%tw_restore_name%" tw_text1=Delete Backup? %tw_restore_name% tw_text2=This cannot be undone! tw_action_text1=Deleting Backup... @@ -1901,7 +1901,7 @@ tw_back=restore tw_action=cmd - tw_action_param=cd %tw_backups_folder% && rm -rf "%tw_restore_name%" + tw_action_param=cd %tw_backups_folder% && rm -rf "%tw_restore_name%" tw_text1=Delete Backup? %tw_restore_name% tw_text2=This cannot be undone! tw_action_text1=Deleting Backup... @@ -1949,7 +1949,7 @@ tw_back=restore tw_action=cmd - tw_action_param=cd %tw_backups_folder% && mv "%tw_restore_name%" "%tw_backup_rename%" + tw_action_param=cd %tw_backups_folder% && mv "%tw_restore_name%" "%tw_backup_rename%" tw_text1=Rename Backup? tw_text2=This cannot be undone! tw_action_text1=Renaming Backup... @@ -2826,7 +2826,7 @@ %tw_file_location1% - + @@ -2899,7 +2899,7 @@ Copy Folder - tw_filemanager_command=cd "%tw_file_location1%" && cd .. && cp -R + tw_filemanager_command=cd "%tw_file_location1%" && cd .. && cp -R tw_fm_text1=Copying choosedestinationfolder @@ -2975,7 +2975,7 @@ tw_filemanager_rename=tw_selection1 tw_fm_text1=Renaming - tw_filemanager_command=cd "%tw_file_location1%" && cd .. && mv + tw_filemanager_command=cd "%tw_file_location1%" && cd .. && mv filemanagerrenamefolder @@ -2998,7 +2998,7 @@ - Browse to Destination & Press Select + Browse to Destination & Press Select -- cgit v1.2.3