From 5059df0f47487b7aed5be05640bdec87a4573813 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 13 Mar 2019 13:42:08 +0100 Subject: Make translatable copyright info in about dialog --- cpufreq/src/cpufreq-applet.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'cpufreq/src') diff --git a/cpufreq/src/cpufreq-applet.c b/cpufreq/src/cpufreq-applet.c index d9461a5b..323b21db 100644 --- a/cpufreq/src/cpufreq-applet.c +++ b/cpufreq/src/cpufreq-applet.c @@ -459,10 +459,6 @@ static void cpufreq_applet_about_cb (GtkAction *action, CPUFreqApplet *applet) { - char copyright[] = \ - "Copyright \xc2\xa9 2012-2018 MATE developers\n" - "Copyright \xC2\xA9 2004 Carlos Garcia Campos"; - static const gchar *const authors[] = { "Carlos Garcia Campos ", NULL @@ -480,7 +476,8 @@ cpufreq_applet_about_cb (GtkAction *action, gtk_show_about_dialog (NULL, "title", _("About CPU Frequency Scaling Monitor"), "version", VERSION, - "copyright", copyright, + "copyright", _("Copyright \xC2\xA9 2004 Carlos Garcia Campos\n" + "Copyright \xc2\xa9 2012-2019 MATE developers"), "comments", _("This utility shows the current CPU " "Frequency Scaling."), "authors", authors, -- cgit v1.2.1