aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r--ui/evolution.xml28
1 files changed, 16 insertions, 12 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml
index be7455be67..c6d630eeec 100644
--- a/ui/evolution.xml
+++ b/ui/evolution.xml
@@ -1,4 +1,13 @@
<Root>
+ <commands>
+ <cmd name="ViewShortcutBar" type="toggle"
+ _label="Show the _Shortcut Bar"
+ _tip="Toggle whether to show the shortcut bar"/>
+
+ <cmd name="ViewFolderBar" type="toggle"
+ _label="Show the _Folder Bar"
+ _tip="Toggle whether to show the folder bar"/>
+ </commands>
<menu>
<submenu name="File" _label="_File">
<submenu name="New" _label="_New">
@@ -39,16 +48,16 @@
<menuitem name="FileGoToFolder" verb=""
_label="_Go to Folder..."
- _descr="Display a different folder"/>
+ _tip="Display a different folder"/>
<menuitem name="FileCreateFolder" verb=""
_label="_Create New Folder..."
- _descr="Create a new folder"/>
+ _tip="Create a new folder"/>
<placeholder name="Print" delimit="bottom"/>
<menuitem name="FileExit" verb=""
- _label="E_xit" _descr="Exit the program"
+ _label="E_xit" _tip="Exit the program"
pixtype="stock" pixname="Menu_Quit"
accel="*Control*q"/>
@@ -58,13 +67,8 @@
<submenu name="View" _label="_View">
- <menuitem name="ShortcutBar" type="toggle"
- id="ViewShortcutBar" _label="Show the _Shortcut Bar"
- _descr="Toggle whether to show the shortcut bar"/>
-
- <menuitem name="FolderBar" type="toggle"
- id="ViewFolderBar" _label="Show the _Folder Bar"
- _descr="Toggle whether to show the folder bar"/>
+ <menuitem name="ShortcutBar" id="ViewShortcutBar"/>
+ <menuitem name="FolderBar" id="ViewFolderBar"/>
</submenu>
@@ -93,13 +97,13 @@
<menuitem name="HelpSubmitBug" verb=""
_label="_Submit Bug Report"
- _descr="Submit bug report using Bug Buddy"/>
+ _tip="Submit bug report using Bug Buddy"/>
<menuitem/>
<menuitem name="HelpAbout" verb=""
_label="_About Evolution..."
- _descr="Show information about Evolution"
+ _tip="Show information about Evolution"
pixtype="stock" pixname="Menu_About"/>
</submenu>