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:
		 Matthias Clasen
					Matthias Clasen
				
			
				
					committed by
					
						 Matthias Clasen
						Matthias Clasen
					
				
			
			
				
	
			
			
			 Matthias Clasen
						Matthias Clasen
					
				
			
						parent
						
							bd8d72d948
						
					
				
				
					commit
					e0e35c0cd9
				
			| @ -65,7 +65,7 @@ _gdk_x11_initialize_locale (void) | ||||
|     g_warning ("locale not supported by Xlib"); | ||||
|    | ||||
|   if (!XSetLocaleModifiers ("")) | ||||
|     g_warning ("can not set locale modifiers"); | ||||
|     g_warning ("cannot set locale modifiers"); | ||||
|  | ||||
|   if ((strcmp (current_locale, "C")) && (strcmp (current_locale, "POSIX"))) | ||||
|     { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user