diff options
Diffstat (limited to 'gui/devices/540x960/res')
-rw-r--r-- | gui/devices/540x960/res/ui.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/devices/540x960/res/ui.xml b/gui/devices/540x960/res/ui.xml index 587ccc72c..d58691249 100644 --- a/gui/devices/540x960/res/ui.xml +++ b/gui/devices/540x960/res/ui.xml @@ -1679,7 +1679,7 @@ <actions> <action function="set">tw_back=restore</action> <action function="set">tw_action=cmd</action> - <action function="set">tw_action_param=cd %tw_backups_folder% && rm -rf %tw_restore_name%</action> + <action function="set">tw_action_param=cd %tw_backups_folder% && rm -rf "%tw_restore_name%"</action> <action function="set">tw_text1=Delete Backup? %tw_restore_name%</action> <action function="set">tw_text2=This cannot be undone!</action> <action function="set">tw_action_text1=Deleting Backup...</action> |