From 9fa6ae50758c370342b8fd8e07e1f316ad5210dd Mon Sep 17 00:00:00 2001 From: rbuj Date: Fri, 15 Feb 2019 13:20:15 +0100 Subject: Make translatable the copyright in about dialog --- src/callbacks.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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, -- cgit v1.2.1