gnome-panel r11251 - trunk/applets/clock



Author: vuntz
Date: Mon Sep  1 22:50:31 2008
New Revision: 11251
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=11251&view=rev

Log:
2008-09-02  Vincent Untz  <vuntz gnome org>

	* clock-location-tile.c: (clock_location_tile_fill): improve tooltip of
	"Set" button
	Fix bug #550087


Modified:
   trunk/applets/clock/ChangeLog
   trunk/applets/clock/clock-location-tile.c

Modified: trunk/applets/clock/clock-location-tile.c
==============================================================================
--- trunk/applets/clock/clock-location-tile.c	(original)
+++ trunk/applets/clock/clock-location-tile.c	Mon Sep  1 22:50:31 2008
@@ -313,8 +313,8 @@
         gtk_widget_show (priv->current_label);
         gtk_widget_set_no_show_all (priv->current_button, TRUE);
         gtk_container_add (GTK_CONTAINER (priv->current_button), priv->current_label);
-	/* FIXME: this needs to talk about locations, not timezones */
-        gtk_widget_set_tooltip_text (priv->current_button, _("Set as current timezone for this computer"));
+        gtk_widget_set_tooltip_text (priv->current_button,
+				     _("Set location as current location and use its timezone for this computer"));
 
 	priv->current_marker = gtk_image_new_from_icon_name ("go-home", GTK_ICON_SIZE_BUTTON);
 	gtk_misc_set_alignment (GTK_MISC (priv->current_marker), 1.0, 0.5);



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