diff options
author | rbuj <[email protected]> | 2021-01-16 12:47:40 +0100 |
---|---|---|
committer | rbuj <[email protected]> | 2021-01-16 12:47:40 +0100 |
commit | 49ce1fc674ffa299b8d3b7df3d2aba33bfa78986 (patch) | |
tree | 9265d688eadb392844c11b7ea359f22382bb2a82 /mate-window-picker-applet | |
parent | a670d238d5ed9dadf852774fa22dbb8f318bad1a (diff) | |
download | mate-netbook-49ce1fc674ffa299b8d3b7df3d2aba33bfa78986.tar.bz2 mate-netbook-49ce1fc674ffa299b8d3b7df3d2aba33bfa78986.tar.xz |
Update copyright to 2021
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); |