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 --- trashapplet/src/trashapplet.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'trashapplet') diff --git a/trashapplet/src/trashapplet.c b/trashapplet/src/trashapplet.c index d9228d14..bf2e0318 100644 --- a/trashapplet/src/trashapplet.c +++ b/trashapplet/src/trashapplet.c @@ -416,11 +416,6 @@ trash_applet_show_about (GtkAction *action, NULL }; - char copyright[] = \ - "Copyright \xc2\xa9 2012-2018 MATE developers\n" - "Copyright \xc2\xa9 2008 Ryan Lortie\n" - "Copyright \xc2\xa9 2004 Michiel Sikkes"; - static const char *documenters[] = { "Michiel Sikkes ", NULL @@ -429,7 +424,9 @@ trash_applet_show_about (GtkAction *action, gtk_show_about_dialog (NULL, "title", _("About Trash Applet"), "version", VERSION, - "copyright", copyright, + "copyright", _("Copyright \xc2\xa9 2004 Michiel Sikkes\n" + "Copyright \xc2\xa9 2008 Ryan Lortie\n" + "Copyright \xc2\xa9 2012-2019 MATE developers"), "comments", _("A MATE trash bin that lives in your panel. " "You can use it to view the trash or drag " "and drop items into the trash."), -- cgit v1.2.1