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 --- drivemount/drivemount.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'drivemount/drivemount.c') diff --git a/drivemount/drivemount.c b/drivemount/drivemount.c index cf951a42..3e8a8650 100644 --- a/drivemount/drivemount.c +++ b/drivemount/drivemount.c @@ -102,9 +102,6 @@ display_about_dialog (GtkAction *action, "James Henstridge ", NULL }; - char copyright[] = \ - "Copyright \xc2\xa9 2012-2018 MATE developers\n" - "Copyright \xC2\xA9 2004 Canonical Ltd"; const gchar *documenters[] = { "Dan Mueth ", @@ -115,7 +112,8 @@ display_about_dialog (GtkAction *action, gtk_show_about_dialog (NULL, "title", _("About Disk Mounter"), "version", VERSION, - "copyright", copyright, + "copyright", _("Copyright \xC2\xA9 2004 Canonical Ltd\n" + "Copyright \xc2\xa9 2012-2019 MATE developers"), "comments", _("Applet for mounting and unmounting block volumes."), "authors", authors, "documenters", documenters, -- cgit v1.2.1