summaryrefslogtreecommitdiff
path: root/geyes
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-03-13 13:42:08 +0100
committerraveit65 <[email protected]>2019-03-20 15:38:56 +0100
commit5059df0f47487b7aed5be05640bdec87a4573813 (patch)
tree4453edff9b43e42b9644d27532739299adcb2cc0 /geyes
parent5b153a6130de6b905b73b9e1a23b3922c929a0a7 (diff)
downloadmate-applets-5059df0f47487b7aed5be05640bdec87a4573813.tar.bz2
mate-applets-5059df0f47487b7aed5be05640bdec87a4573813.tar.xz
Make translatable copyright info in about dialog
Diffstat (limited to 'geyes')
-rw-r--r--geyes/geyes.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/geyes/geyes.c b/geyes/geyes.c
index 98f196d6..d04cff27 100644
--- a/geyes/geyes.c
+++ b/geyes/geyes.c
@@ -160,10 +160,6 @@ about_cb (GtkAction *action,
NULL
};
- char copyright[] = \
- "Copyright \xc2\xa9 2012-2018 MATE developers\n"
- "Copyright \xC2\xA9 1999 Dave Camp";
-
const gchar *documenters[] = {
"Arjan Scherpenisse <[email protected]>",
"Telsa Gwynne <[email protected]>",
@@ -176,7 +172,8 @@ about_cb (GtkAction *action,
"version", VERSION,
"comments", _("A goofy set of eyes for the MATE "
"panel. They follow your mouse."),
- "copyright", copyright,
+ "copyright", _("Copyright \xC2\xA9 1999 Dave Camp\n"
+ "Copyright \xc2\xa9 2012-2019 MATE developers"),
"authors", authors,
"documenters", documenters,
"translator-credits", _("translator-credits"),