diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-12-16 05:44:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-12-16 05:44:09 +0800 |
commit | b2eca33400784dc7d587f4569b20b8e1f45fc9c3 (patch) | |
tree | df4454ebc831706a275a6adc99a0a5426582c995 /ui | |
parent | 95c53dcc182bb457afb3eefc8d11fdeee689fd9f (diff) | |
download | gsoc2013-evolution-b2eca33400784dc7d587f4569b20b8e1f45fc9c3.tar.gz gsoc2013-evolution-b2eca33400784dc7d587f4569b20b8e1f45fc9c3.tar.zst gsoc2013-evolution-b2eca33400784dc7d587f4569b20b8e1f45fc9c3.zip |
Fix capitalization of "Switcher Appearance" menu (HIG 8.3.2).
2007-12-15 Matthew Barnes <mbarnes@redhat.com>
* help/C/evolution.xml:
* ui/evolution.xml:
Fix capitalization of "Switcher Appearance" menu (HIG 8.3.2).
svn path=/trunk/; revision=34704
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution.xml | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 7c06e79f9e..783cf1860f 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2007-12-15 Matthew Barnes <mbarnes@redhat.com> + + * evolution.xml: + Fix capitalization of "Switcher Appearance" menu (HIG 8.3.2). + 2007-12-09 Andre Klapper <a9016009@gmx.de> * evolution.xml: diff --git a/ui/evolution.xml b/ui/evolution.xml index 6004159250..b232097a31 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -12,19 +12,19 @@ <cmd name="FileExit" _label="_Quit" _tip="Exit the program" accel="*Control*q"/> - <cmd name="ViewButtonsIconText" _label="Icons _and text" + <cmd name="ViewButtonsIconText" _label="Icons _and Text" type="radio" group="button_display" _tip="Display window buttons with icons and text"/> - <cmd name="ViewButtonsIcon" _label="_Icons only" + <cmd name="ViewButtonsIcon" _label="_Icons Only" type="radio" group="button_display" _tip="Display window buttons with icons only"/> - <cmd name="ViewButtonsText" _label="_Text only" + <cmd name="ViewButtonsText" _label="_Text Only" type="radio" group="button_display" _tip="Display window buttons with text only"/> - <cmd name="ViewButtonsToolbar" _label="Tool_bar style" + <cmd name="ViewButtonsToolbar" _label="Tool_bar Style" type="radio" group="button_display" _tip="Display window buttons using the desktop toolbar setting"/> - <cmd name="ViewButtonsHide" _label="_Hide buttons" + <cmd name="ViewButtonsHide" _label="_Hide Buttons" type="toggle" _tip="Hide window buttons"/> <cmd name="ViewToolbar" _label="Show _Toolbar" type="toggle" |