diff options
author | Christian Neumair <cneumair@src.gnome.org> | 2003-01-29 21:34:14 +0800 |
---|---|---|
committer | Christian Neumair <cneumair@src.gnome.org> | 2003-01-29 21:34:14 +0800 |
commit | ec52d432955e2e2d5467a8da01c8ce929388325c (patch) | |
tree | 18cc8431cf0bc3a8937c0516534c793ba7e160a9 /src/window-commands.c | |
parent | a20e13541380dd2148dda61b2c52d196a70b20df (diff) | |
download | gsoc2013-epiphany-ec52d432955e2e2d5467a8da01c8ce929388325c.tar gsoc2013-epiphany-ec52d432955e2e2d5467a8da01c8ce929388325c.tar.gz gsoc2013-epiphany-ec52d432955e2e2d5467a8da01c8ce929388325c.tar.bz2 gsoc2013-epiphany-ec52d432955e2e2d5467a8da01c8ce929388325c.tar.lz gsoc2013-epiphany-ec52d432955e2e2d5467a8da01c8ce929388325c.tar.xz gsoc2013-epiphany-ec52d432955e2e2d5467a8da01c8ce929388325c.tar.zst gsoc2013-epiphany-ec52d432955e2e2d5467a8da01c8ce929388325c.zip |
Changed copyright notice in about dialog (src/window-commands.c).
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, |