diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-21 19:59:22 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-21 19:59:22 +0100 |
commit | f31a46d1eb74e0fc260fea31aa73e08d12ddece3 (patch) | |
tree | f64b76ca15c513acbfe8669fd3d6304a93b461e8 /shell | |
parent | fe6eafd44e7664b942a13cb2ac0ced50e37b7481 (diff) | |
download | atril-f31a46d1eb74e0fc260fea31aa73e08d12ddece3.tar.bz2 atril-f31a46d1eb74e0fc260fea31aa73e08d12ddece3.tar.xz |
Update copyright in about dialog
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ev-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c index f4e9a67c..ad9feacc 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -4594,7 +4594,7 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window) "name", _("Atril"), "version", VERSION, "copyright", - _("© 1996–2009 The Atril authors"), + _("© 1996–2009 The Evince authors\n© 2012–2014 The MATE developers"), "license", license_trans, "website", "http://www.mate-desktop.org/", "comments", comments, |