summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-16 14:40:05 +0100
committerrbuj <[email protected]>2021-01-16 14:40:05 +0100
commitae02b5175b38bad8b1511b83852023bb840dc151 (patch)
tree3963636f4b5bb93d6d4761d771b97a91e094b157
parent2e791b61fb851ed7acf347a2ce8a577a510d7688 (diff)
downloadmate-notification-daemon-ae02b5175b38bad8b1511b83852023bb840dc151.tar.bz2
mate-notification-daemon-ae02b5175b38bad8b1511b83852023bb840dc151.tar.xz
Update copyright to 2021
-rw-r--r--src/capplet/mate-notification-applet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/capplet/mate-notification-applet.c b/src/capplet/mate-notification-applet.c
index 762aa13..04a799d 100644
--- a/src/capplet/mate-notification-applet.c
+++ b/src/capplet/mate-notification-applet.c
@@ -103,7 +103,7 @@ show_about (GtkAction *action,
gtk_show_about_dialog (NULL,
"title", _("About Do Not Disturb"),
"version", VERSION,
- "copyright", _("Copyright \xc2\xa9 2020 MATE developers"),
+ "copyright", _("Copyright \xc2\xa9 2021 MATE developers"),
"comments", _("Activate the do not disturb mode quickly."),
"authors", authors,
"translator-credits", _("translator-credits"),