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 --- mate-panel/panel-context-menu.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mate-panel') diff --git a/mate-panel/panel-context-menu.c b/mate-panel/panel-context-menu.c index cd618485..7a600b43 100644 --- a/mate-panel/panel-context-menu.c +++ b/mate-panel/panel-context-menu.c @@ -113,8 +113,9 @@ panel_context_menu_show_about_dialog (GtkWidget *menuitem) g_object_set (about, "program-name", _("The MATE Panel"), "version", VERSION, - "copyright", "Copyright \xc2\xa9 1997-2003 Free Software Foundation, Inc.\n" - "Copyright \xc2\xa9 2011-2018 MATE Developers.", + "copyright", _("Copyright \xc2\xa9 1997-2003 Free Software Foundation, Inc.\n" + "Copyright \xc2\xa9 2004 Vincent Untz\n" + "Copyright \xc2\xa9 2011-2019 MATE developers"), "comments", _("This program is responsible for launching other " "applications and provides useful utilities."), "authors", authors, -- cgit v1.2.1