aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/window-commands.c8
2 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 16d647a83..a90e449fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-29 Christian Neumair <chris@gnome-de.org>
+
+ * src/window-commands.c: Changed Copyright notice.
+
2003-01-28 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/ephy-editable-toolbar.c: (toolbar_node_new),
diff --git a/src/window-commands.c b/src/window-commands.c
index 66a3539bb..11040d8e5 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -673,12 +673,8 @@ window_cmd_help_about (EggAction *action,
}
about = gnome_about_new(
- _("Epiphany"), VERSION,
- /* Translators: Please change the (C) to a real
- * copyright character if your character set allows it
- * (Hint: iso-8859-1 is one of the character sets that
- * has this symbol). */
- _("Copyright (C) 2002 Marco Pesenti Gritti"),
+ "Epiphany", VERSION,
+ "Copyright \xc2\xa9 2002-2003 Marco Pesenti Gritti",
_("A GNOME browser based on Mozilla"),
(const char **)authors,
(const char **)documenters,