diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-15 04:26:22 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-15 04:26:22 +0800 |
commit | df708b818ae51b9e76a47504534104fa5b96e880 (patch) | |
tree | d7f6fd2752ff63fb6f72273a237c8c98351a2c7e | |
parent | f0d8210968d8c56d81e13d3fbde17722cb8c4a92 (diff) | |
download | gsoc2013-epiphany-df708b818ae51b9e76a47504534104fa5b96e880.tar gsoc2013-epiphany-df708b818ae51b9e76a47504534104fa5b96e880.tar.gz gsoc2013-epiphany-df708b818ae51b9e76a47504534104fa5b96e880.tar.bz2 gsoc2013-epiphany-df708b818ae51b9e76a47504534104fa5b96e880.tar.lz gsoc2013-epiphany-df708b818ae51b9e76a47504534104fa5b96e880.tar.xz gsoc2013-epiphany-df708b818ae51b9e76a47504534104fa5b96e880.tar.zst gsoc2013-epiphany-df708b818ae51b9e76a47504534104fa5b96e880.zip |
Mark message for translation. Patch by Guilherme de S. Pastore, fixes bug
2005-11-14 Christian Persch <chpe@cvs.gnome.org>
* src/window-commands.c: (window_cmd_help_about):
Mark message for translation. Patch by Guilherme de S. Pastore,
fixes bug #319988.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | src/window-commands.c | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2005-11-14 Christian Persch <chpe@cvs.gnome.org> + + * src/window-commands.c: (window_cmd_help_about): + + Mark message for translation. Patch by Guilherme de S. Pastore, + fixes bug #319988. + 2005-11-13 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyAboutModule.cpp: diff --git a/src/window-commands.c b/src/window-commands.c index f6a698870..e466f244b 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -709,7 +709,7 @@ window_cmd_help_about (GtkAction *action, "David Bordoley", "", _("Contact us at:"), - "<epiphany-list@gnome.org> or <gnome-doc-list@gnome.org>", + _("<epiphany-list@gnome.org> or <gnome-doc-list@gnome.org>"), NULL }; |