diff options
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index 33a01dcad..5f012e0a8 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -760,10 +760,12 @@ window_cmd_help_about (GtkAction *action, "Christian Persch", "Jean-François Rameau", "", - _("Write us:"), + _("Contact us at:"), "<epiphany-list@gnome.org>", "", _("Contributors:"), + "Crispin Flowerday", + "Raphaël Slinckx", "", _("Past developers:"), "David Bordoley", @@ -774,7 +776,7 @@ window_cmd_help_about (GtkAction *action, "Patanjali Somayaji", "David Bordoley", "", - _("Write us:"), + _("Contact us at:"), "<epiphany-list@gnome.org> or <gnome-doc-list@gnome.org>", NULL }; |