diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2018-03-18 05:05:28 +0100 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2018-03-18 05:05:28 +0100 |
commit | 2311f0b2d7144ba1e69ff5355c3d15e0683df18a (patch) | |
tree | 2429961323d238a1510dbc438be569ee52528dba /src/nautilus-window.c | |
parent | f3c46128db1ff2f462e7484f0e042fcc34333c00 (diff) | |
download | nautilus-2311f0b2d7144ba1e69ff5355c3d15e0683df18a.tar.gz |
window: Update copyright year in the about dialog
Diffstat (limited to 'src/nautilus-window.c')
-rw-r--r-- | src/nautilus-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-window.c b/src/nautilus-window.c index 49f03ec05..862695bac 100644 --- a/src/nautilus-window.c +++ b/src/nautilus-window.c @@ -3076,7 +3076,7 @@ nautilus_window_show_about_dialog (NautilusWindow *window) "program-name", _("Files"), "version", VERSION, "comments", _("Access and organize your files."), - "copyright", "Copyright © 1999–2016 The Files Authors", + "copyright", "Copyright © 1999–2018 The Files Authors", "license-type", GTK_LICENSE_GPL_3_0, "artists", artists, "authors", authors, |