blob: f53e9d09f9723019ddea6bcde21ea32db5f81c8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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>
|