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/fish/fish.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'applets/fish/fish.c') diff --git a/applets/fish/fish.c b/applets/fish/fish.c index 0ee7bcc4..922d6ba0 100644 --- a/applets/fish/fish.c +++ b/applets/fish/fish.c @@ -547,9 +547,6 @@ static void display_about_dialog(GtkAction* action, FishApplet* fish) char* authors[3]; char* descr; - char copyright[] = \ - "Copyright \xc2\xa9 1998-2002 Free Software Foundation, Inc.\n" - "Copyright \xc2\xa9 2012-2018 MATE developers"; authors[0] = g_strdup_printf(author_format, fish->name); authors[1] = _("(with minor help from George)"); @@ -561,7 +558,9 @@ static void display_about_dialog(GtkAction* action, FishApplet* fish) "program-name", _("Fish"), "authors", authors, "comments", descr, - "copyright", copyright, + "copyright", _("Copyright \xc2\xa9 1998-2002 Free Software Foundation, Inc.\n" + "Copyright \xc2\xa9 2002-2005 Vincent Untz\n" + "Copyright \xc2\xa9 2012-2019 MATE developers"), "documenters", documenters, "logo-icon-name", FISH_ICON, "translator-credits", _("translator-credits"), -- cgit v1.2.1