[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 02/04: Improve tooltip for so-called power-saving mode.

noreply at xfce.org noreply at xfce.org
Sat Dec 23 22:14:39 CET 2017


This is an automated email from the git hooks/post-receive script.

l   a   n   d   r   y       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-systemload-plugin.

commit b026a4d536f44a371a0fd5a749323be716441a06
Author: Landry Breuil <landry at xfce.org>
Date:   Sat Dec 23 22:11:37 2017 +0100

    Improve tooltip for so-called power-saving mode.
---
 panel-plugin/systemload.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index 17a3ff8..fa51272 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -891,7 +891,7 @@ monitor_create_options(XfcePanelPlugin *plugin, t_global_monitor *global)
     /* Power-saving interval */
     button = gtk_spin_button_new_with_range (0, 10, 1);
     gtk_widget_set_halign (button, GTK_ALIGN_START);
-    gtk_widget_set_tooltip_text(GTK_WIDGET(button), _("Update interval when in power-saving mode"));
+    gtk_widget_set_tooltip_text(GTK_WIDGET(button), _("Update interval when running on battery (uses regular update interval if set to zero)"));
     gtk_spin_button_set_value (GTK_SPIN_BUTTON (button), (gfloat)global->timeout_seconds);
     g_object_set_data (G_OBJECT(button), "boolvar", &global->use_timeout_seconds);
     g_signal_connect (G_OBJECT (button), "value-changed", G_CALLBACK(change_timeout_seconds_cb), global);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list