aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/window-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 69e52f89b..ff48de257 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -887,7 +887,7 @@ window_cmd_help_about (GtkAction *action,
gtk_show_about_dialog (GTK_WINDOW (window),
"name", _("Epiphany"),
"version", VERSION,
- "copyright", "Copyright \xc2\xa9 2002-2004 Marco Pesenti Gritti",
+ "copyright", "Copyright \xc2\xa9 2002-2005 Marco Pesenti Gritti",
"authors", authors,
"documenters", documenters,
"translator-credits", _("translator-credits"),