From e2b5737f3401f29a77c2d4aa00950e081e4ce64b 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 --- mateweather/mateweather-about.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'mateweather') diff --git a/mateweather/mateweather-about.c b/mateweather/mateweather-about.c index eed30198..a1a3d00d 100644 --- a/mateweather/mateweather-about.c +++ b/mateweather/mateweather-about.c @@ -35,10 +35,6 @@ void mateweather_about_run(MateWeatherApplet* gw_applet) NULL }; - char copyright[] = \ - "Copyright \xc2\xa9 2012-2018 MATE developers\n" - "Copyright \xC2\xA9 1999-2005 by S. Papadimitriou and others"; - const gchar* documenters[] = { "Dan Mueth ", "Spiros Papadimitriou ", @@ -50,7 +46,8 @@ void mateweather_about_run(MateWeatherApplet* gw_applet) gtk_show_about_dialog(NULL, "title", _("About Weather Report"), "version", VERSION, - "copyright", copyright, + "copyright", _("Copyright \xC2\xA9 1999-2005 by S. Papadimitriou and others\n" + "Copyright \xc2\xa9 2012-2019 MATE developers"), "comments", _("A panel application for monitoring local weather conditions."), "authors", authors, "documenters", documenters, -- cgit v1.2.1