gdm r6573 - in trunk: . gui/user-switch-applet



Author: mccann
Date: Thu Oct 16 00:17:35 2008
New Revision: 6573
URL: http://svn.gnome.org/viewvc/gdm?rev=6573&view=rev

Log:
2008-10-15  William Jon McCann  <jmccann redhat com>

	* gui/user-switch-applet/applet.c (fill_applet):
	Change tooltip.



Modified:
   trunk/ChangeLog
   trunk/gui/user-switch-applet/applet.c

Modified: trunk/gui/user-switch-applet/applet.c
==============================================================================
--- trunk/gui/user-switch-applet/applet.c	(original)
+++ trunk/gui/user-switch-applet/applet.c	Thu Oct 16 00:17:35 2008
@@ -1117,7 +1117,7 @@
                 g_object_ref (tooltips);
         }
 
-        gtk_tooltips_set_tip (tooltips, GTK_WIDGET (applet), _("User Switcher"), NULL);
+        gtk_tooltips_set_tip (tooltips, GTK_WIDGET (applet), _("Change account settings and status"), NULL);
         gtk_container_set_border_width (GTK_CONTAINER (applet), 0);
         gtk_widget_set_name (GTK_WIDGET (applet), "gdm-user-switch-applet");
         panel_applet_set_flags (applet, PANEL_APPLET_EXPAND_MINOR);



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