summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythtv/menu-xml
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-12-10 00:26:38 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-12-10 00:26:38 (GMT)
commit4ae50c913a901b6e73a4825e2054a57978a0bd22 (patch)
tree1e9958a7c703b129b854c6817d5484a3cb250d2f /abs/core/mythtv/stable-0.27/mythtv/menu-xml
parentfc357b029363755a1a75e05700701265134e71d6 (diff)
downloadlinhes_pkgbuild-4ae50c913a901b6e73a4825e2054a57978a0bd22.zip
linhes_pkgbuild-4ae50c913a901b6e73a4825e2054a57978a0bd22.tar.gz
linhes_pkgbuild-4ae50c913a901b6e73a4825e2054a57978a0bd22.tar.bz2
mythtv & mythplugins: update to latest .27/fixes. refs #933
add systemconfig.py -m config_xml to mythtv.install to make sure config.xml is created. made a few changes to LinHES Settings
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythtv/menu-xml')
-rw-r--r--abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml
index 2577ed0..e454959 100644
--- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml
+++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml
@@ -9,7 +9,7 @@
<button>
<type>MV_ADVANCED_SETUP_MENU</type>
<text>Advanced</text>
- <description>Manage Boot Screen, CallerID &amp; MythFrontend</description>
+ <description>Manage various Advanced Settings</description>
<action>EXEC mythinstall -s advanced</action>
</button>
@@ -65,7 +65,7 @@
<button>
<type>MV_SOFTWARE_MENU</type>
<text>Programs</text>
- <description>Manage programs for the LinHES system</description>
+ <description>Manage programs for LinHES</description>
<action>EXEC mythinstall -s plugins,software </action>
</button>
@@ -93,21 +93,21 @@
<button>
<type>MV_SHUTDOWN_SETUP_MENU</type>
<text>Shutdown</text>
- <description>Set when to turn of the LinHES system</description>
+ <description>Set when to turn off LinHES</description>
<action>EXEC mythinstall -s sleep </action>
</button>
-
+<!-- disabled in the db so no need to show
<button>
<type>MV_USER_SETUP_MENU</type>
<text>User Accounts</text>
- <description>Manage Users on the LinHES system</description>
+ <description>Manage Users on LinHES</description>
<action>EXEC mythinstall -s user </action>
</button>
-
+-->
<button>
<type>MV_WEBACCESS_SETUP_MENU</type>
<text>Web Security</text>
- <description>Manage the password for the local website</description>
+ <description>Manage local website security</description>
<action>EXEC mythinstall -s webuser </action>
</button>