Bug 596125 — Property string fixes

This commit is contained in:
Philip Withnall
2010-08-10 09:23:49 +01:00
parent fb48e023d2
commit 3eb197b51f
15 changed files with 30 additions and 30 deletions

View File

@ -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));