diff options
-rw-r--r-- | help/C/evolution.xml | 10 | ||||
-rw-r--r-- | help/ChangeLog | 5 | ||||
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution.xml | 10 |
4 files changed, 20 insertions, 10 deletions
diff --git a/help/C/evolution.xml b/help/C/evolution.xml index f6a15d5bcb..0c1239366c 100644 --- a/help/C/evolution.xml +++ b/help/C/evolution.xml @@ -863,23 +863,23 @@ <title>Changing Switcher Appearance:</title> <para>To change the appearance of your switcher click <emphasis>View > Switcher Appearance</emphasis> from the Menu bar. Under Switcher Appearance you can select:</para> <formalpara id="b13cep2o"> - <title>Icons and text:</title> + <title>Icons and Text:</title> <para>Displays buttons with the label and the icon corresponding to it.</para> </formalpara> <formalpara id="b13ceqsq"> - <title>Icons only:</title> + <title>Icons Only:</title> <para>Shows only the icons.</para> </formalpara> <formalpara id="b13ceqv1"> - <title>Texts only:</title> + <title>Texts Only:</title> <para> Displays buttons with the label, not the icons.</para> </formalpara> <formalpara id="b13cfibm"> - <title>Toolbar style:</title> + <title>Toolbar Style:</title> <para>Shows buttons using the desktop toolbar settings.</para> </formalpara> <formalpara id="b13cfifx"> - <title>Hide buttons:</title> + <title>Hide Buttons:</title> <para>This option hides all the shortcut buttons of switcher.</para> </formalpara> </section> diff --git a/help/ChangeLog b/help/ChangeLog index ffad9f9e81..d3d9985f05 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,8 @@ +2007-12-15 Matthew Barnes <mbarnes@redhat.com> + + * C/evolution.xml: + Fix capitalization of "Switcher Appearance" menu (HIG 8.3.2). + 2007-12-14 Jorge Gonzalez <jorgegonz@svn.gnome.org> * es/es.po: Updated Spanish translation 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" |