summaryrefslogtreecommitdiffstats
path: root/gui/devices/800x480/res/ui.xml
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2012-09-26 16:07:14 +0200
committerDees_Troy <dees_troy@teamw.in>2012-09-26 16:07:14 +0200
commitb9d1c6d461d2c208dbcbcbb3458c02e99bac348a (patch)
tree9728506ef64ddc0ffa16ab43750d6f9b5e1bfd81 /gui/devices/800x480/res/ui.xml
parentAdd backup size checking (diff)
downloadandroid_bootable_recovery-b9d1c6d461d2c208dbcbcbb3458c02e99bac348a.tar
android_bootable_recovery-b9d1c6d461d2c208dbcbcbb3458c02e99bac348a.tar.gz
android_bootable_recovery-b9d1c6d461d2c208dbcbcbb3458c02e99bac348a.tar.bz2
android_bootable_recovery-b9d1c6d461d2c208dbcbcbb3458c02e99bac348a.tar.lz
android_bootable_recovery-b9d1c6d461d2c208dbcbcbb3458c02e99bac348a.tar.xz
android_bootable_recovery-b9d1c6d461d2c208dbcbcbb3458c02e99bac348a.tar.zst
android_bootable_recovery-b9d1c6d461d2c208dbcbcbb3458c02e99bac348a.zip
Diffstat (limited to '')
-rwxr-xr-xgui/devices/800x480/res/ui.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml
index 798b08db4..0400f55e9 100755
--- a/gui/devices/800x480/res/ui.xml
+++ b/gui/devices/800x480/res/ui.xml
@@ -1859,7 +1859,7 @@
<font resource="font" color="%text_color%" />
<text>%tw_backup_name%</text>
<data name="tw_backup_name" />
- <restrict minlen="1" maxlen="64" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]" />
+ <restrict minlen="1" maxlen="64" allow=" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]" />
<actions>
<action function="set">tw_filecheck=%tw_backups_folder%/%tw_backup_name%</action>
<action function="set">tw_existpage=backupname2</action>
@@ -2200,7 +2200,7 @@
<font resource="font" color="%text_color%" />
<text>%tw_backup_rename%</text>
<data name="tw_backup_rename" />
- <restrict minlen="1" maxlen="64" allow="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]" />
+ <restrict minlen="1" maxlen="64" allow=" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_.{}[]" />
<actions>
<action function="set">tw_back=restore</action>
<action function="set">tw_action=cmd</action>