diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-10 09:23:49 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-10 09:23:49 +0100 |
commit | 3eb197b51fbcfab20abc618c7081bb400844996e (patch) | |
tree | 287f5648ffcfa7046adcb5fbbfb56175e7e352fc /gtk/gtkcellrenderertext.c | |
parent | fb48e023d2959b5596eae54728c689264ffabdbd (diff) | |
download | gtk+-3eb197b51fbcfab20abc618c7081bb400844996e.tar.gz |
Bug 596125 — Property string fixes
Diffstat (limited to 'gtk/gtkcellrenderertext.c')
-rw-r--r-- | gtk/gtkcellrenderertext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellrenderertext.c b/gtk/gtkcellrenderertext.c index 46c5211326..435bb3dfd4 100644 --- a/gtk/gtkcellrenderertext.c +++ b/gtk/gtkcellrenderertext.c @@ -238,7 +238,7 @@ gtk_cell_renderer_text_class_init (GtkCellRendererTextClass *class) PROP_SINGLE_PARAGRAPH_MODE, g_param_spec_boolean ("single-paragraph-mode", P_("Single Paragraph Mode"), - P_("Whether or not to keep all text in a single paragraph"), + P_("Whether to keep all text in a single paragraph"), FALSE, GTK_PARAM_READWRITE)); |