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

@ -167,7 +167,7 @@ gtk_plug_class_init (GtkPlugClass *class)
PROP_EMBEDDED,
g_param_spec_boolean ("embedded",
P_("Embedded"),
P_("Whether or not the plug is embedded"),
P_("Whether the plug is embedded"),
FALSE,
GTK_PARAM_READABLE));