diff options
Diffstat (limited to 'abs/core/mythtv/stable-0.27')
5 files changed, 7 insertions, 6 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/linhes.xml b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/linhes.xml index b661b23..8f8cc9f 100644 --- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/linhes.xml +++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/linhes.xml @@ -1,4 +1,4 @@ -<mythmenu name="LinHES"> +<mythmenu name="LH_SERVICE_MENU"> <button> <type>SETUP_GENERAL</type> 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 61dc4d3..176591b 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,4 +1,4 @@ -<mythmenu name="LinHES"> +<mythmenu name="LH_BACKUP"> <button> <type>BACKUP</type> <text>Backup Now?</text> 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 c4025c5..af38ba7 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 @@ -1,9 +1,9 @@ -<mythmenu name="LinHES"> +<mythmenu name="LH_RESTORE"> <button> <type>RESTORE</type> <text>Restore Now?</text> - <description>This will restore from the most recent backup.</description> + <description>Restore the database from the most recent backup.</description> <action>NONE</action> </button> diff --git a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update.xml b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update.xml index 802774b..2d47e7d 100644 --- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update.xml +++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update.xml @@ -1,4 +1,4 @@ -<mythmenu name="LinHES"> +<mythmenu name="LH_UPDATE"> <button> <type>JUMP Reload Theme</type> 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 ed527fd..4eee8cc 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 @@ -1,10 +1,11 @@ -<mythmenu name="LinHES"> +<mythmenu name="LH_UPDATE"> <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> + <action>JUMP Reload Theme</action> </button> <button> |