diff --git a/shell/ev-window.c b/shell/ev-window.c index f0f16a1a..bb7f0b92 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -5090,9 +5090,9 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window) gtk_show_about_dialog (NULL, "name", _("Evince"), "version", VERSION, - "copyright", _("© 1996–2012 The Evince authors"), + "copyright", _("© 1996–2014 The Evince authors"), "license", license_trans, - "website", "http://www.gnome.org/projects/evince", + "website", "https://wiki.gnome.org/Apps/Evince", "comments", comments, "authors", authors, "documenters", documenters,