gtk+ r22166 - in trunk: . gtk



Author: matthiasc
Date: Wed Jan 21 21:15:19 2009
New Revision: 22166
URL: http://svn.gnome.org/viewvc/gtk+?rev=22166&view=rev

Log:
009-01-21  Matthias Clasen  <mclasen redhat com>

        * gtk/gtkentry.c: Change the Caps Lock warning to the more
        neutral "Caps Lock is on". Requested by Wouter Bolsterlee



Modified:
   trunk/ChangeLog
   trunk/gtk/gtkentry.c

Modified: trunk/gtk/gtkentry.c
==============================================================================
--- trunk/gtk/gtkentry.c	(original)
+++ trunk/gtk/gtkentry.c	Wed Jan 21 21:15:19 2009
@@ -9598,7 +9598,7 @@
   if (!entry->visible && priv->caps_lock_warning)
     { 
       if (gdk_keymap_get_caps_lock_state (keymap))
-        text = _("You have the Caps Lock key on");
+        text = _("Caps Lock is on");
     }
 
   if (text)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]