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 --- timerapplet/timerapplet.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'timerapplet/timerapplet.c') diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c index 4de54431..47de009c 100644 --- a/timerapplet/timerapplet.c +++ b/timerapplet/timerapplet.c @@ -268,14 +268,11 @@ timer_about_callback (GtkAction *action, TimerApplet *applet) { const char* authors[] = { "Stefano Karapetsas ", NULL }; - char copyright[] = \ - "Copyright \xc2\xa9 2015-2018 MATE developers\n" - "Copyright \xc2\xa9 2014 Stefano Karapetsas"; - gtk_show_about_dialog(NULL, "title", _("About Timer Applet"), "version", VERSION, - "copyright", copyright, + "copyright", _("Copyright \xc2\xa9 2014 Stefano Karapetsas\n" + "Copyright \xc2\xa9 2015-2019 MATE developers"), "authors", authors, "comments", _("Start a timer and receive a notification when it is finished"), "translator-credits", _("translator-credits"), -- cgit v1.2.1