fix string capitalization according to HIG

2007-05-04  Jens Granseuer  <jensgr@gmx.net>

	* appearance-desktop.c: (desktop_init):
	* appearance.glade: fix string capitalization according to HIG

svn path=/trunk/; revision=7552
This commit is contained in:
Jens Granseuer 2007-05-04 19:15:50 +00:00 committed by Jens Granseuer
parent b58c57d8f2
commit b7ac6f9339
3 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2007-05-04 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: (desktop_init):
* appearance.glade: fix string capitalization according to HIG
2007-05-04 Denis Washington <denisw@svn.gnome.org>
* appearance.glade: Change tab order; Desktop now comes before Fonts.

View file

@ -1050,7 +1050,7 @@ desktop_init (AppearanceData *data)
data->wp_style_menu = glade_xml_get_widget (data->xml, "wp_style_menu");
gtk_combo_box_append_text (GTK_COMBO_BOX (data->wp_style_menu), _("Centered"));
gtk_combo_box_append_text (GTK_COMBO_BOX (data->wp_style_menu), _("Fill Screen"));
gtk_combo_box_append_text (GTK_COMBO_BOX (data->wp_style_menu), _("Fill screen"));
gtk_combo_box_append_text (GTK_COMBO_BOX (data->wp_style_menu), _("Scaled"));
gtk_combo_box_append_text (GTK_COMBO_BOX (data->wp_style_menu), _("Zoom"));
gtk_combo_box_append_text (GTK_COMBO_BOX (data->wp_style_menu), _("Tiled"));
@ -1060,9 +1060,9 @@ desktop_init (AppearanceData *data)
data->wp_color_menu = glade_xml_get_widget (data->xml, "wp_color_menu");
gtk_combo_box_append_text (GTK_COMBO_BOX (data->wp_color_menu), _("Solid Color"));
gtk_combo_box_append_text (GTK_COMBO_BOX (data->wp_color_menu), _("Horizontal Gradient"));
gtk_combo_box_append_text (GTK_COMBO_BOX (data->wp_color_menu), _("Vertical Gradient"));
gtk_combo_box_append_text (GTK_COMBO_BOX (data->wp_color_menu), _("Solid color"));
gtk_combo_box_append_text (GTK_COMBO_BOX (data->wp_color_menu), _("Horizontal gradient"));
gtk_combo_box_append_text (GTK_COMBO_BOX (data->wp_color_menu), _("Vertical gradient"));
g_signal_connect (G_OBJECT (data->wp_color_menu), "changed",
G_CALLBACK (wp_shade_type_changed), data);

View file

@ -169,7 +169,7 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Window Borders:</property>
<property name="label" translatable="yes">Window borders:</property>
</widget>
<packing>
<property name="top_attach">1</property>