diff options
-rw-r--r-- | sensors-applet/about-dialog.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sensors-applet/about-dialog.c b/sensors-applet/about-dialog.c index 5ac256d..cd7ad20 100644 --- a/sensors-applet/about-dialog.c +++ b/sensors-applet/about-dialog.c @@ -37,7 +37,9 @@ void about_dialog_open(SensorsApplet *sensors_applet) { "icon-name", "mate-sensors-applet", "program-name", PACKAGE_NAME, "version", PACKAGE_VERSION, - "copyright", "(C) 2005-2009, Alex Murray <[email protected]>\n(C) 2011, Stefano Karapetsas <[email protected]>\n(C) 2012-2018, MATE developers", + "copyright", _("Copyright \xc2\xa9 2005-2009 Alex Murray\n" + "Copyright \xc2\xa9 2011 Stefano Karapetsas\n" + "Copyright \xc2\xa9 2012-2019 MATE developers"), "authors", authors, "documenters", authors, /* To translator: Put your name here to show up in the About dialog as the translator */ |