From ec52d432955e2e2d5467a8da01c8ce929388325c Mon Sep 17 00:00:00 2001 From: Christian Neumair Date: Wed, 29 Jan 2003 13:34:14 +0000 Subject: Changed copyright notice in about dialog (src/window-commands.c). --- ChangeLog | 4 ++++ src/window-commands.c | 8 ++------ 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 + + * src/window-commands.c: Changed Copyright notice. + 2003-01-28 Marco Pesenti Gritti * 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, -- cgit v1.2.3