[Xfce4-commits] <xfce4-cpufreq-plugin:master> Fix typos in strings.

Harald Judt noreply at xfce.org
Sun Aug 18 11:32:34 CEST 2013


Updating branch refs/heads/master
         to a16a636d61e86a803536066d7fbdb3577b218743 (commit)
       from b4d7a0767efcb1fbf16139e7654fdfcff748e22b (commit)

commit a16a636d61e86a803536066d7fbdb3577b218743
Author: Harald Judt <h.judt at gmx.at>
Date:   Sun Aug 18 01:54:59 2013 +0200

    Fix typos in strings.

 panel-plugin/xfce4-cpufreq-plugin.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/xfce4-cpufreq-plugin.c b/panel-plugin/xfce4-cpufreq-plugin.c
index 5cb7b54..0cce335 100644
--- a/panel-plugin/xfce4-cpufreq-plugin.c
+++ b/panel-plugin/xfce4-cpufreq-plugin.c
@@ -579,7 +579,7 @@ cpufreq_construct (XfcePanelPlugin *plugin)
 
 #ifdef __linux__
 	if (cpufreq_linux_init () == FALSE)
-		xfce_dialog_show_error (NULL, NULL, _("Your system is not configured correctly to support cpu frequency scaling !"));
+		xfce_dialog_show_error (NULL, NULL, _("Your system is not configured correctly to support CPU frequency scaling!"));
 
 	gtk_widget_set_size_request (GTK_WIDGET (plugin), -1, -1);
 	cpufreq_widgets ();
@@ -589,7 +589,7 @@ cpufreq_construct (XfcePanelPlugin *plugin)
 			(GSourceFunc) cpufreq_update_cpus,
 			NULL);
 #else
-	xfce_dialog_show_error (NULL, NULL, _("Your system is not supported yet !"));
+	xfce_dialog_show_error (NULL, NULL, _("Your system is not supported yet!"));
 #endif /* __linux__ */
 
 	g_signal_connect (plugin, "free-data", G_CALLBACK (cpufreq_free),


More information about the Xfce4-commits mailing list