summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-02-15 14:05:00 +0100
committerraveit65 <[email protected]>2019-02-16 10:16:19 +0100
commit2628689226d0f3c087d872fe54fb63bf83db3c56 (patch)
tree14085e8fefc7196000f560b92d9a6d4ce4f8eed9
parent570fec3c8dc5a48a9f6761c6a833e0996a807ffd (diff)
downloadmate-sensors-applet-2628689226d0f3c087d872fe54fb63bf83db3c56.tar.bz2
mate-sensors-applet-2628689226d0f3c087d872fe54fb63bf83db3c56.tar.xz
Make translatable the copyright in about dialog
-rw-r--r--sensors-applet/about-dialog.c4
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 */