[Goodies-commits] r6979 - in xfce4-power-manager/trunk: . panel-plugins/inhibit

Ali Abdallah aliov at xfce.org
Sun Mar 22 20:45:44 CET 2009


Author: aliov
Date: 2009-03-22 19:45:43 +0000 (Sun, 22 Mar 2009)
New Revision: 6979

Modified:
   xfce4-power-manager/trunk/ChangeLog
   xfce4-power-manager/trunk/panel-plugins/inhibit/inhibit-plugin.c
Log:
Correct the tooltips of the inhibit plugin

Modified: xfce4-power-manager/trunk/ChangeLog
===================================================================
--- xfce4-power-manager/trunk/ChangeLog	2009-03-22 19:23:26 UTC (rev 6978)
+++ xfce4-power-manager/trunk/ChangeLog	2009-03-22 19:45:43 UTC (rev 6979)
@@ -1,4 +1,7 @@
 
+2009-03-22 20:45 Ali aliov at xfce.org 
+	 * : Correct the tooltips of the inhibit plugin
+
 2009-03-22 20:23 Ali aliov at xfce.org 
 	 * : Provide a dbus interface to syncronize the brightness plugin and xfpm+update POTFILES
 

Modified: xfce4-power-manager/trunk/panel-plugins/inhibit/inhibit-plugin.c
===================================================================
--- xfce4-power-manager/trunk/panel-plugins/inhibit/inhibit-plugin.c	2009-03-22 19:23:26 UTC (rev 6978)
+++ xfce4-power-manager/trunk/panel-plugins/inhibit/inhibit-plugin.c	2009-03-22 19:45:43 UTC (rev 6979)
@@ -79,8 +79,8 @@
 {
     gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(inhibit->button), inhibit->inhibited);
     gtk_widget_set_tooltip_text (inhibit->button, 
-			         inhibit->inhibited ? _("Automatic power savings on") :
-						      _("Automatic power savings off"));
+			         inhibit->inhibited ? _("Automatic sleep enabled") :
+						      _("Automatic sleep inhibited"));
 }
 
 static gboolean




More information about the Goodies-commits mailing list