diff options
Diffstat (limited to 'src/callbacks.cpp')
-rw-r--r-- | src/callbacks.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/callbacks.cpp b/src/callbacks.cpp index f46ac65..fbd4f27 100644 --- a/src/callbacks.cpp +++ b/src/callbacks.cpp @@ -186,9 +186,9 @@ cb_about (GtkAction *action, gpointer data) "name", _("System Monitor"), "comments", _("View current processes and monitor system state"), "version", VERSION, - "copyright", "Copyright \xc2\xa9 2001-2004 Kevin Vandersloot\n" - "Copyright \xc2\xa9 2005-2007 Benoît Dejean\n" - "Copyright \xc2\xa9 2011-2018 MATE developers", + "copyright", _("Copyright \xc2\xa9 2001-2004 Kevin Vandersloot\n" + "Copyright \xc2\xa9 2005-2007 Benoît Dejean\n" + "Copyright \xc2\xa9 2011-2019 MATE developers"), "logo-icon-name", "utilities-system-monitor", "authors", authors, "artists", artists, |