diff options
author | rbuj <[email protected]> | 2019-03-20 08:57:19 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-22 23:28:20 +0100 |
commit | 46487e38e11ec1f0eacda98d3d6a54cda116dec1 (patch) | |
tree | 5a93dff58322c94a524a1f35ca7a6969d57e1862 | |
parent | 41afb7d426c0325ed4a7dd5909be144b16555674 (diff) | |
download | atril-46487e38e11ec1f0eacda98d3d6a54cda116dec1.tar.bz2 atril-46487e38e11ec1f0eacda98d3d6a54cda116dec1.tar.xz |
Update copyright in about dialog
-rw-r--r-- | shell/ev-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c index 4ab4429c..25933cac 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -5364,8 +5364,8 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window) GTK_WINDOW (ev_window), "name", _("Atril"), "version", VERSION, - "copyright", - _("© 1996–2009 The Evince authors\n© 2012–2018 The MATE developers"), + "copyright", _("Copyright \xc2\xa9 1996–2009 The Evince authors\n" + "Copyright \xc2\xa9 2012–2019 The MATE developers"), "license", license_trans, "website", "http://www.mate-desktop.org/", "comments", comments, |