diff options
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 8 |
1 files changed, 2 insertions, 6 deletions
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, |