diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-11-25 20:03:04 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-11-25 20:03:04 (GMT) |
commit | 30a8e1e93e87a9e88aa1f0ad9d46ea972a71ed68 (patch) | |
tree | 1f29bceffcd61f24924cda5218dc56c6f40eb8e2 /abs | |
parent | b076f534f15ffbbbdeaa9f6b7d32fe96fc6a5bb6 (diff) | |
download | linhes_pkgbuild-30a8e1e93e87a9e88aa1f0ad9d46ea972a71ed68.zip linhes_pkgbuild-30a8e1e93e87a9e88aa1f0ad9d46ea972a71ed68.tar.gz linhes_pkgbuild-30a8e1e93e87a9e88aa1f0ad9d46ea972a71ed68.tar.bz2 |
mythtv: update some help text
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml | 20 |
1 files changed, 10 insertions, 10 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 5c3d7cc..283a9ea 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,14 +9,14 @@ <button> <type>MV_ADVANCED_SETUP_MENU</type> <text>Advanced</text> - <description>Settings for Boot Screen, CallerID & MythFrontend</description> + <description>Manage Boot Screen, CallerID & MythFrontend</description> <action>EXEC mythinstall -s advanced</action> </button> <button> <type>MV_AUDIO_SETUP_MENU</type> <text>Audio</text> - <description>Settings for Audio drivers, cards & devices</description> + <description>Manage Audio drivers, cards & devices</description> <action>EXEC mythinstall -s sound </action> </button> @@ -30,28 +30,28 @@ <button> <type>MV_NETWORK_SETUP_MENU</type> <text>Dynamic DNS</text> - <description>Settings for your dyndns.com account</description> + <description>Manage your dyndns.com account</description> <action>EXEC mythinstall -s ddns </action> </button> <button> <type>MV_FILESHARES_MENU</type> <text>File Sharing</text> - <description>Settings for file sharing via NFS or SMB</description> + <description>Manage file sharing via NFS or SMB</description> <action>EXEC mythinstall -s fileshare</action> </button> <button> <type>MV_MISC_SETUP_MENU</type> <text>Miscellanous</text> - <description>Set timezone, shortcuts & automatic updates</description> + <description>Set timezone, shortcuts & auto updates</description> <action>EXEC mythinstall -s misc </action> </button> <button> <type>MV_NETWORK_SETUP_MENU</type> <text>Network</text> - <description>Settings for the network device & hostname</description> + <description>Manage network devices & hostname</description> <action>EXEC mythinstall -s network </action> </button> @@ -65,21 +65,21 @@ <button> <type>MV_IR_SETUP_MENU</type> <text>Remotes</text> - <description>Settings for remotes, receivers & blasters</description> + <description>Manage remotes, receivers & blasters</description> <action>EXEC mythinstall -s ir </action> </button> <button> <type>MV_SCREENSAVER_SETUP_MENU</type> <text>Screensaver</text> - <description>Set the Screensaver program and settings</description> + <description>Manage the Screensaver</description> <action>EXEC mythinstall -s screensaver </action> </button> <button> <type>MV_VNC_SETUP_MENU</type> <text>Screen Sharing</text> - <description>Settings for VNC and XVNC screen sharing</description> + <description>Manage VNC and XVNC screen sharing</description> <action>EXEC mythinstall -s vnc </action> </button> @@ -93,7 +93,7 @@ <button> <type>MV_SYSTEM_SETUP_MENU</type> <text>System Type</text> - <description>Settings for LinHES system type, pointer size & MythWelcome</description> + <description>Manage LinHES system type, pointer size & MythWelcome</description> <action>EXEC mythinstall -s hostype </action> </button> |