Index: xfce4-cpufreq-linux.c =================================================================== --- xfce4-cpufreq-linux.c (revision 2975) +++ 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 (gettext("Your system does not support cpufreq.\nThe applet only shows the current cpu frequency")); return cpufreq_cpu_read_procfs_cpuinfo (); } }