From e0efbab6d4a97f3d658c2f4a5f08bbae2a969349 Mon Sep 17 00:00:00 2001 From: rbuj Date: Fri, 15 Feb 2019 11:50:03 +0100 Subject: Make translatable the copyright in about dialog --- applets/notification_area/main.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'applets/notification_area') diff --git a/applets/notification_area/main.c b/applets/notification_area/main.c index 271d22f8..613a2470 100644 --- a/applets/notification_area/main.c +++ b/applets/notification_area/main.c @@ -272,17 +272,14 @@ static void about_cb(GtkAction* action, NaTrayApplet* applet) NULL }; - const char copyright[] = \ - "Copyright \xc2\xa9 2002 Red Hat, Inc.\n" - "Copyright \xc2\xa9 2003-2006 Vincent Untz\n" - "Copyright \xc2\xa9 2011 Perberos\n" - "Copyright \xc2\xa9 2012-2018 MATE developers"; - gtk_show_about_dialog(NULL, "program-name", _("Notification Area"), "authors", authors, //"comments", _(comments), - "copyright", copyright, + "copyright", _("Copyright \xc2\xa9 2002 Red Hat, Inc.\n" + "Copyright \xc2\xa9 2003-2006 Vincent Untz\n" + "Copyright \xc2\xa9 2011 Perberos\n" + "Copyright \xc2\xa9 2012-2019 MATE developers"), "documenters", documenters, "logo-icon-name", NOTIFICATION_AREA_ICON, "translator-credits", _("translator-credits"), -- cgit v1.2.1