diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-07-15 23:24:51 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-15 23:24:51 +0000 |
commit | e0e35c0cd9db44c9007c69a541fafcde07bcda9e (patch) | |
tree | 848efe3e4220334113906d05d18a5398fa8130c6 /gtk/gtkcalendar.c | |
parent | bd8d72d948978ebca250abdaec2413361b60cdb5 (diff) | |
download | gtk+-e0e35c0cd9db44c9007c69a541fafcde07bcda9e.tar.gz |
Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder)
Thu Jul 15 19:20:05 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale):
* gtk/gtkcalendar.c (gtk_calendar_class_init): Use 'cannot'
instead of 'can not' in messages. (#144226, Morten Welinder)
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r-- | gtk/gtkcalendar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index e0fdef80fd..46df180656 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -523,7 +523,7 @@ gtk_calendar_class_init (GtkCalendarClass *class) PROP_NO_MONTH_CHANGE, g_param_spec_boolean ("no_month_change", P_("No Month Change"), - P_("If TRUE, the selected month can not be changed"), + P_("If TRUE, the selected month cannot be changed"), FALSE, G_PARAM_READWRITE)); |