diff options
| author | Britney Fransen <brfransen@gmail.com> | 2016-05-16 16:24:28 (GMT) |
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2016-05-16 16:24:28 (GMT) |
| commit | fff4c50d3a1d94c807604d6c21355993dfb95c85 (patch) | |
| tree | 390f0eb0781b2599449edbdafbeb6aaba34200dc /abs/core/mythtv/stable-0.28/mythplugins/archivemenu.xml.patch | |
| parent | 8de064f6e96f960cdbfe6868d9957a4613f704df (diff) | |
| parent | 6f7a84649ef75069cc4fa06fabeb63e762e049d1 (diff) | |
| download | linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.zip linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.tar.gz linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.tar.bz2 | |
Merge branch 'testing'
Diffstat (limited to 'abs/core/mythtv/stable-0.28/mythplugins/archivemenu.xml.patch')
| -rw-r--r-- | abs/core/mythtv/stable-0.28/mythplugins/archivemenu.xml.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/abs/core/mythtv/stable-0.28/mythplugins/archivemenu.xml.patch b/abs/core/mythtv/stable-0.28/mythplugins/archivemenu.xml.patch new file mode 100644 index 0000000..f53e9d0 --- /dev/null +++ b/abs/core/mythtv/stable-0.28/mythplugins/archivemenu.xml.patch @@ -0,0 +1,32 @@ +--- archivemenu.xml.orig 2014-02-11 23:01:41.292364208 +0000 ++++ archivemenu.xml 2014-02-11 23:02:13.544892518 +0000 +@@ -3,12 +3,14 @@ + <button> + <type>ARCHIVE_CREATE_DVD</type> + <text>Create DVD</text> ++ <description>Save recordings and videos to video DVD</description> + <action>ARCHIVE_CREATE_DVD</action> + </button> + + <button> + <type>ARCHIVE_CREATE_ARCHIVE</type> + <text>Create Archive</text> ++ <description>Save recordings and videos to a native archive</description> + <action>ARCHIVE_CREATE_ARCHIVE</action> + </button> + +@@ -22,12 +24,14 @@ + <button> + <type>ARCHIVE_IMPORT_VIDEO</type> + <text>Import Archive</text> ++ <description>Import recordings from a native archive</description> + <action>ARCHIVE_IMPORT_VIDEO</action> + </button> + + <button> + <type>ARCHIVE_UTILITIES</type> + <text>Archive Utilities</text> ++ <description>Utilities for MythArchive</description> + <action>MENU archiveutils.xml</action> + </button> + |
