summaryrefslogtreecommitdiff
path: root/mate-panel/panel-context-menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-context-menu.c')
-rw-r--r--mate-panel/panel-context-menu.c5
1 files changed, 3 insertions, 2 deletions
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,