diff options
Diffstat (limited to 'cpufreq')
-rw-r--r-- | cpufreq/src/cpufreq-applet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpufreq/src/cpufreq-applet.c b/cpufreq/src/cpufreq-applet.c index 940965e5..d9461a5b 100644 --- a/cpufreq/src/cpufreq-applet.c +++ b/cpufreq/src/cpufreq-applet.c @@ -478,6 +478,7 @@ cpufreq_applet_about_cb (GtkAction *action, }; gtk_show_about_dialog (NULL, + "title", _("About CPU Frequency Scaling Monitor"), "version", VERSION, "copyright", copyright, "comments", _("This utility shows the current CPU " |