diff options
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" |