diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-09 19:57:46 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-09 19:57:46 +0800 |
commit | 70131e1677eebdefa01d981edcafa4cbbf02f471 (patch) | |
tree | 68397f057b23e8d9d307a956ad2ae41f7e8be1d3 /ui/evolution.xml | |
parent | 088dc778272274c7cb50f28ba9bd6c9ff7a5b6f9 (diff) | |
download | gsoc2013-evolution-70131e1677eebdefa01d981edcafa4cbbf02f471.tar.gz gsoc2013-evolution-70131e1677eebdefa01d981edcafa4cbbf02f471.tar.zst gsoc2013-evolution-70131e1677eebdefa01d981edcafa4cbbf02f471.zip |
s/descr/tip/
2000-10-09 Michael Meeks <michael@helixcode.com>
* evolution-subscribe.xml: s/descr/tip/
svn path=/trunk/; revision=5791
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r-- | ui/evolution.xml | 28 |
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> |