[Xfce4-commits] <xfce4-cpufreq-plugin:master> Use "update interval" instead of "timeout interval".
Harald Judt
noreply at xfce.org
Sun Aug 18 11:32:28 CEST 2013
Updating branch refs/heads/master
to 8b0228ac7c58f1ff5d861c8e38d92a5aa86e87b5 (commit)
from d19cbd9d86281273462c69ee38dd4ff79bf3dc79 (commit)
commit 8b0228ac7c58f1ff5d861c8e38d92a5aa86e87b5
Author: Harald Judt <h.judt at gmx.at>
Date: Thu Aug 15 12:23:47 2013 +0200
Use "update interval" instead of "timeout interval".
"Timeout" might be the programmer's or technical term, but in practice we're
dealing with widget updates.
panel-plugin/xfce4-cpufreq-configure.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/xfce4-cpufreq-configure.c b/panel-plugin/xfce4-cpufreq-configure.c
index 5abbe02..cd8e3f7 100644
--- a/panel-plugin/xfce4-cpufreq-configure.c
+++ b/panel-plugin/xfce4-cpufreq-configure.c
@@ -214,7 +214,7 @@ cpufreq_configure (XfcePanelPlugin *plugin)
hbox = gtk_hbox_new (FALSE, BORDER);
gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0);
- label = gtk_label_new_with_mnemonic (_("_Timeout interval:"));
+ label = gtk_label_new_with_mnemonic (_("_Update interval:"));
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5);
gtk_size_group_add_widget (sg0, label);
More information about the Xfce4-commits
mailing list