diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2009-09-22 23:29:05 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2009-09-22 23:29:05 +0100 |
commit | 81572d93ce437b7637714edb87e793b791c64761 (patch) | |
tree | 4ed4cb646c6eebe5b790fa0a5c0567b7a7c285ed /gladeui/glade-property.c | |
parent | a5180194f1a7ca51efb8ee6702a422b1213d0d25 (diff) | |
download | glade-81572d93ce437b7637714edb87e793b791c64761.tar.gz |
Bug 595838 — String fixes
Diffstat (limited to 'gladeui/glade-property.c')
-rw-r--r-- | gladeui/glade-property.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gladeui/glade-property.c b/gladeui/glade-property.c index 6cecae8d..b88a55d6 100644 --- a/gladeui/glade-property.c +++ b/gladeui/glade-property.c @@ -589,14 +589,14 @@ glade_property_klass_init (GladePropertyKlass *prop_class) (object_class, PROP_I18N_TRANSLATABLE, g_param_spec_boolean ("i18n-translatable", _("Translatable"), - _("Whether this property is translatable or not"), + _("Whether this property is translatable"), TRUE, G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_I18N_HAS_CONTEXT, g_param_spec_boolean ("i18n-has-context", _("Has Context"), - _("Whether or not the translatable string has a context prefix"), + _("Whether the translatable string has a context prefix"), FALSE, G_PARAM_READWRITE)); g_object_class_install_property |