summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml')
-rw-r--r--abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml
index 64388cb..ed527fd 100644
--- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml
+++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml
@@ -3,18 +3,22 @@
<button>
<type>UPGRADE</type>
<text>Install Updates</text>
+ <description>Install updates for the LinHES system</description>
<action>EXEC sudo /usr/LH/bin/linhes_update2.sh install</action>
</button>
<button>
- <type>UPGRADE</type>
+ <type>JUMP_RELOAD_THEME</type>
<text>Cancel Updates</text>
+ <description>Return to Main Menu</description>
<action>EXEC sudo /usr/LH/bin/linhes_update2.sh</action>
+ <action>JUMP Reload Theme</action>
</button>
<button>
<type>UPGRADE</type>
<text>View Updates</text>
+ <description>Displays the packages to be updated</description>
<action>MENU update3.xml</action>
</button>
</mythmenu>