diff options
Diffstat (limited to 'charpick/charpick.c')
-rw-r--r-- | charpick/charpick.c | 7 |
1 files changed, 2 insertions, 5 deletions
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 <[email protected]>", "Sun GNOME Documentation Team <[email protected]>", @@ -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."), |