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 --- charpick/charpick.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'charpick') diff --git a/charpick/charpick.c b/charpick/charpick.c index 6983bccf..e4b45789 100644 --- a/charpick/charpick.c +++ b/charpick/charpick.c @@ -566,10 +566,6 @@ about (GtkAction *action, NULL }; - char copyright[] = \ - "Copyright \xc2\xa9 2012-2018 MATE developers\n" - "Copyright \xc2\xa9 1998, 2004-2005 GNOME Applets Maintainers and others"; - static const gchar * const documenters[] = { "Dan Mueth ", "Sun GNOME Documentation Team ", @@ -579,7 +575,8 @@ about (GtkAction *action, gtk_show_about_dialog (NULL, "title", _("About Character Palette"), "version", VERSION, - "copyright", copyright, + "copyright", _("Copyright \xc2\xa9 1998, 2004-2005 GNOME Applets Maintainers and others\n" + "Copyright \xc2\xa9 2012-2019 MATE developers"), "comments", _("Mate Panel applet for selecting strange " "characters that are not on my keyboard. " "Released under GNU General Public Licence."), -- cgit v1.2.1