summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythrestore.xml
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythrestore.xml')
-rw-r--r--abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythrestore.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythrestore.xml b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythrestore.xml
index 161f13f..c4025c5 100644
--- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythrestore.xml
+++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythrestore.xml
@@ -2,20 +2,23 @@
<button>
<type>RESTORE</type>
- <text>Do you wish to restore?</text>
- <description>This will restore from most recent backup.</description>
+ <text>Restore Now?</text>
+ <description>This will restore from the most recent backup.</description>
<action>NONE</action>
</button>
<button>
<type>RESTORE</type>
<text>Yes</text>
+ <description>Start Restore</description>
<action>EXEC sudo /usr/LH/bin/lh_system_restore &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>