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)
This commit is contained in:
committed by
Matthias Clasen
parent
bd8d72d948
commit
e0e35c0cd9
@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user