summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythbackup.xml
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythbackup.xml')
-rw-r--r--abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythbackup.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythbackup.xml b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythbackup.xml
index 7890d88..61dc4d3 100644
--- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythbackup.xml
+++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythbackup.xml
@@ -1,7 +1,7 @@
<mythmenu name="LinHES">
<button>
<type>BACKUP</type>
- <text>Do you wish to backup?</text>
+ <text>Backup Now?</text>
<description></description>
<action>NONE</action>
</button>
@@ -9,12 +9,14 @@
<button>
<type>BACKUP</type>
<text>Yes</text>
+ <description>Start Backup</description>
<action>EXEC sudo /usr/LH/bin/lh_system_backup &amp;</action>
</button>
<button>
- <type>BACKUP</type>
+ <type>JUMP_RELOAD_THEME</type>
<text>No</text>
- <action>UPMENU</action>
+ <description>Return to Main Menu</description>
+ <action>JUMP Reload Theme</action>
</button>
</mythmenu>