diff options
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c index 07138eb..c0f54af 100644 --- a/src/actions.c +++ b/src/actions.c @@ -876,7 +876,7 @@ activate_action_about (GtkAction *action, gtk_show_about_dialog (GTK_WINDOW (window), "version", VERSION, "copyright", _("Copyright \xc2\xa9 2001–2010 Free Software Foundation, Inc.\n" - "Copyright \xc2\xa9 2012–2017 The MATE developers"), + "Copyright \xc2\xa9 2012–2018 The MATE developers"), "comments", _("An archive manager for MATE."), "authors", authors, "documenters", documenters, |