Index: panel-plugin/xfce4-cpufreq-linux.c =================================================================== --- panel-plugin/xfce4-cpufreq-linux.c (revision 2851) +++ panel-plugin/xfce4-cpufreq-linux.c (working copy) @@ -398,7 +398,7 @@ else if (g_file_test ("/proc/cpufreq", G_FILE_TEST_EXISTS)) return cpufreq_cpu_read_procfs (); else - { xfce_warn (_("Your system does not support cpufreq.\nThe applet only shows the current cpu frequency")); + { xfce_warn (("Your system does not support cpufreq.\nThe applet only shows the current cpu frequency")); return cpufreq_cpu_read_procfs_cpuinfo (); } }