]> Pileus Git - ~andy/gtk/commitdiff
Stylistic improvements and clarifications for some blurbs. (#315520,
authorMatthias Clasen <mclasen@redhat.com>
Fri, 9 Sep 2005 16:21:15 +0000 (16:21 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 9 Sep 2005 16:21:15 +0000 (16:21 +0000)
2005-09-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconview.c (gtk_icon_view_class_init):
* gtk/gtkfilesel.c (gtk_file_selection_class_init):
* gtk/gtkcombobox.c (gtk_combo_box_class_init):
* gtk/gtklabel.c (gtk_label_class_init):
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
Stylistic improvements and clarifications for some blurbs.
(#315520, Clytie Siddall)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkcellrenderertext.c
gtk/gtkcombobox.c
gtk/gtkfilesel.c
gtk/gtkiconview.c
gtk/gtklabel.c

index 4676c76c8f9d4254b97ea2563a3276479c6b58cd..62894caa41f1d8ad3341095711dd4c8da1feab4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-09-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkiconview.c (gtk_icon_view_class_init): 
+       * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
+       * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
+       * gtk/gtklabel.c (gtk_label_class_init): 
+       * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
+       Stylistic improvements and clarifications for some blurbs. 
+       (#315520, Clytie Siddall)
+
 2005-09-09  Tor Lillqvist  <tml@novell.com>
 
        * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Cache the
index 4676c76c8f9d4254b97ea2563a3276479c6b58cd..62894caa41f1d8ad3341095711dd4c8da1feab4e 100644 (file)
@@ -1,3 +1,13 @@
+2005-09-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkiconview.c (gtk_icon_view_class_init): 
+       * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
+       * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
+       * gtk/gtklabel.c (gtk_label_class_init): 
+       * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
+       Stylistic improvements and clarifications for some blurbs. 
+       (#315520, Clytie Siddall)
+
 2005-09-09  Tor Lillqvist  <tml@novell.com>
 
        * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Cache the
index 5c1434b05d1d1414ffe56ab378322e91cfa010bb..f685c655569afe7502cf14216562d216ce1e0bae 100644 (file)
@@ -435,7 +435,7 @@ gtk_cell_renderer_text_class_init (GtkCellRendererTextClass *class)
                                                      P_("Ellipsize"),
                                                      P_("The preferred place to ellipsize the string, "
                                                         "if the cell renderer does not have enough room "
-                                                        "to display the entire string, if at all"),
+                                                        "to display the entire string"),
                                                      PANGO_TYPE_ELLIPSIZE_MODE,
                                                      PANGO_ELLIPSIZE_NONE,
                                                      GTK_PARAM_READWRITE));
index 0fc95250a07194a69fa9872a6fd42b80518c21c3..1a4b1077343bb98f37d3963d03b4b35324661294 100644 (file)
@@ -571,7 +571,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
                                    PROP_WRAP_WIDTH,
                                    g_param_spec_int ("wrap-width",
                                                      P_("Wrap width"),
-                                                     P_("Wrap width for layouting the items in a grid"),
+                                                     P_("Wrap width for laying out the items in a grid"),
                                                      0,
                                                      G_MAXINT,
                                                      0,
index c982ec3369e7f6a44f0a185a35862fa4a993f790..53e17a7587b57ee9427480252576aa629bf4a3be 100644 (file)
@@ -569,7 +569,7 @@ gtk_file_selection_class_init (GtkFileSelectionClass *class)
   g_object_class_install_property (gobject_class,
                                   PROP_SELECT_MULTIPLE,
                                   g_param_spec_boolean ("select-multiple",
-                                                        P_("Select multiple"),
+                                                        P_("Select Multiple"),
                                                         P_("Whether to allow multiple files to be selected"),
                                                         FALSE,
                                                         GTK_PARAM_READWRITE));
index bc88d13dbffc967616c6c75d2dcf0cd8248af1e9..9e5047adb08556237329cc88e510d43f531cecba 100644 (file)
@@ -658,7 +658,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
                                    PROP_COLUMN_SPACING,
                                    g_param_spec_int ("column-spacing",
                                                     P_("Column Spacing"),
-                                                    P_("Space which is inserted between grid column"),
+                                                    P_("Space which is inserted between grid columns"),
                                                     0, G_MAXINT, 6,
                                                     GTK_PARAM_READWRITE));
 
index 5fb3beeb326984e9ebf217765fbba5eafdc2c088..e0cd823e8a3f202536f95d0ba797c5b4e9a77152 100644 (file)
@@ -433,7 +433,7 @@ gtk_label_class_init (GtkLabelClass *class)
                                   PROP_ELLIPSIZE,
                                    g_param_spec_enum ("ellipsize",
                                                       P_("Ellipsize"),
-                                                      P_("The preferred place to ellipsize the string, if the label does not have enough room to display the entire string, if at all"),
+                                                      P_("The preferred place to ellipsize the string, if the label does not have enough room to display the entire string"),
                                                      PANGO_TYPE_ELLIPSIZE_MODE,
                                                      PANGO_ELLIPSIZE_NONE,
                                                       GTK_PARAM_READWRITE));