diff options
Diffstat (limited to 'mate-window-picker-applet')
-rw-r--r-- | mate-window-picker-applet/applet.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mate-window-picker-applet/applet.c b/mate-window-picker-applet/applet.c index 6e362d4..d2281bf 100644 --- a/mate-window-picker-applet/applet.c +++ b/mate-window-picker-applet/applet.c @@ -248,9 +248,9 @@ display_about_dialog (GtkAction *action, "authors", close_window_authors, "icon-name", "preferences-system-windows", "logo-icon-name", "preferences-system-windows", - "copyright", "Copyright \xc2\xa9 2008 Canonical Ltd\n" - "Copyright \xc2\xa9 2013-2014 Stefano Karapetsas\n" - "Copyright \xc2\xa9 2015-2018 MATE developers", + "copyright", _("Copyright \xc2\xa9 2008 Canonical Ltd\n" + "Copyright \xc2\xa9 2013-2014 Stefano Karapetsas\n" + "Copyright \xc2\xa9 2015-2021 MATE developers"), NULL); gtk_widget_show (panel_about_dialog); |