summaryrefslogtreecommitdiff
path: root/timerapplet
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 /timerapplet
parent5b153a6130de6b905b73b9e1a23b3922c929a0a7 (diff)
downloadmate-applets-5059df0f47487b7aed5be05640bdec87a4573813.tar.bz2
mate-applets-5059df0f47487b7aed5be05640bdec87a4573813.tar.xz
Make translatable copyright info in about dialog
Diffstat (limited to 'timerapplet')
-rw-r--r--timerapplet/timerapplet.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c
index 4de54431..47de009c 100644
--- a/timerapplet/timerapplet.c
+++ b/timerapplet/timerapplet.c
@@ -268,14 +268,11 @@ timer_about_callback (GtkAction *action, TimerApplet *applet)
{
const char* authors[] = { "Stefano Karapetsas <[email protected]>", NULL };
- char copyright[] = \
- "Copyright \xc2\xa9 2015-2018 MATE developers\n"
- "Copyright \xc2\xa9 2014 Stefano Karapetsas";
-
gtk_show_about_dialog(NULL,
"title", _("About Timer Applet"),
"version", VERSION,
- "copyright", copyright,
+ "copyright", _("Copyright \xc2\xa9 2014 Stefano Karapetsas\n"
+ "Copyright \xc2\xa9 2015-2019 MATE developers"),
"authors", authors,
"comments", _("Start a timer and receive a notification when it is finished"),
"translator-credits", _("translator-credits"),