summaryrefslogtreecommitdiffstats
path: root/gui/theme/common/watch.xml
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2016-04-26 06:22:31 +0200
committerEthan Yonker <dees_troy@teamw.in>2016-08-19 17:35:10 +0200
commitbfccfb8822c1308f43d7a39578fa3c915dabb1b4 (patch)
tree2d95f20a067f143a2fb1cf0617fe140ba0dc6a99 /gui/theme/common/watch.xml
parentAllow running of a custom script after factory reset (diff)
downloadandroid_bootable_recovery-bfccfb8822c1308f43d7a39578fa3c915dabb1b4.tar
android_bootable_recovery-bfccfb8822c1308f43d7a39578fa3c915dabb1b4.tar.gz
android_bootable_recovery-bfccfb8822c1308f43d7a39578fa3c915dabb1b4.tar.bz2
android_bootable_recovery-bfccfb8822c1308f43d7a39578fa3c915dabb1b4.tar.lz
android_bootable_recovery-bfccfb8822c1308f43d7a39578fa3c915dabb1b4.tar.xz
android_bootable_recovery-bfccfb8822c1308f43d7a39578fa3c915dabb1b4.tar.zst
android_bootable_recovery-bfccfb8822c1308f43d7a39578fa3c915dabb1b4.zip
Diffstat (limited to 'gui/theme/common/watch.xml')
-rw-r--r--gui/theme/common/watch.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml
index 38a2a238f..fd6048716 100644
--- a/gui/theme/common/watch.xml
+++ b/gui/theme/common/watch.xml
@@ -1930,7 +1930,7 @@
<listitem name="{@skip_md5_backup_chk=Skip MD5 generation during backup}">
<data variable="tw_skip_md5_generate"/>
</listitem>
- <listitem name="{@disable_backup_space_chk=Disable Free Space Check}">
+ <listitem name="{@disable_backup_space_chk=Disable free space check before backup}">
<data variable="tw_disable_free_space"/>
</listitem>
</listbox>
@@ -2119,7 +2119,7 @@
<listitem name="{@skip_md5_backup_chk=Skip MD5 generation during backup}">
<data variable="tw_skip_md5_generate"/>
</listitem>
- <listitem name="{@disable_backup_space_chk=Disable Free Space Check}">
+ <listitem name="{@disable_backup_space_chk=Disable free space check before backup}">
<data variable="tw_disable_free_space"/>
</listitem>
</listbox>
@@ -3413,6 +3413,9 @@
<listitem name="{@use_rmrf_chk=Use rm -rf instead of formatting}">
<data variable="tw_rm_rf"/>
</listitem>
+ <listitem name="{@disable_backup_space_chk=Disable free space check before backup}">
+ <data variable="tw_disable_free_space"/>
+ </listitem>
<listitem name="{@skip_md5_backup_chk=Skip MD5 generation during backup}">
<data variable="tw_skip_md5_generate"/>
</listitem>