diff options
-rw-r--r-- | src/capplet/mate-notification-applet.c | 2 |
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"), |