diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-06 05:14:03 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-06 05:14:03 +0000 |
commit | f8794ccccadc91bd37a4fe19577fc789cf0d0107 (patch) | |
tree | 47fea3e572b4614ca5aada3be8a53ea671e34980 /gtk/gtkprogress.c | |
parent | e5afc7e33198a7b694e4177de7802e80d0be1aec (diff) | |
download | gtk+-f8794ccccadc91bd37a4fe19577fc789cf0d0107.tar.gz |
Improve consistency of signal and property names
Diffstat (limited to 'gtk/gtkprogress.c')
-rw-r--r-- | gtk/gtkprogress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprogress.c b/gtk/gtkprogress.c index 023dcdd8e5..a9b8852565 100644 --- a/gtk/gtkprogress.c +++ b/gtk/gtkprogress.c @@ -98,7 +98,7 @@ gtk_progress_class_init (GtkProgressClass *class) PROP_ACTIVITY_MODE, g_param_spec_boolean ("activity-mode", P_("Activity mode"), - P_("If TRUE the GtkProgress is in activity mode, meaning that it signals something is happening, but not how much of the activity is finished. This is used when you're doing something that you don't know how long it will take"), + P_("If TRUE, the GtkProgress is in activity mode, meaning that it signals something is happening, but not how much of the activity is finished. This is used when you're doing something that you don't know how long it will take"), FALSE, GTK_PARAM_READWRITE)); |