diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-09-09 16:21:15 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-09-09 16:21:15 +0000 |
commit | 9a86f6581872ff48218923a3ab7b6136927ec3d4 (patch) | |
tree | a76121d58ec44a7bf4a949c41478d6856c322883 /gtk/gtklabel.c | |
parent | ef86d4038494c08935cc606d84af61b8a3e0cfac (diff) | |
download | gtk+-9a86f6581872ff48218923a3ab7b6136927ec3d4.tar.gz |
Stylistic improvements and clarifications for some blurbs. (#315520,
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)
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r-- | gtk/gtklabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 5fb3beeb32..e0cd823e8a 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -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)); |