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/gtkstatusicon.c | |
parent | fb48e023d2959b5596eae54728c689264ffabdbd (diff) | |
download | gtk+-3eb197b51fbcfab20abc618c7081bb400844996e.tar.gz |
Bug 596125 — Property string fixes
Diffstat (limited to 'gtk/gtkstatusicon.c')
-rw-r--r-- | gtk/gtkstatusicon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c index 7d6faccf05..2f040188dc 100644 --- a/gtk/gtkstatusicon.c +++ b/gtk/gtkstatusicon.c @@ -289,7 +289,7 @@ gtk_status_icon_class_init (GtkStatusIconClass *class) PROP_BLINKING, g_param_spec_boolean ("blinking", P_("Blinking"), - P_("Whether or not the status icon is blinking"), + P_("Whether the status icon is blinking"), FALSE, GTK_PARAM_READWRITE)); @@ -297,7 +297,7 @@ gtk_status_icon_class_init (GtkStatusIconClass *class) PROP_VISIBLE, g_param_spec_boolean ("visible", P_("Visible"), - P_("Whether or not the status icon is visible"), + P_("Whether the status icon is visible"), TRUE, GTK_PARAM_READWRITE)); @@ -313,7 +313,7 @@ gtk_status_icon_class_init (GtkStatusIconClass *class) PROP_EMBEDDED, g_param_spec_boolean ("embedded", P_("Embedded"), - P_("Whether or not the status icon is embedded"), + P_("Whether the status icon is embedded"), FALSE, GTK_PARAM_READABLE)); |