diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/window-commands.c | 6 |
2 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2005-07-31 Christian Persch <chpe@cvs.gnome.org> + * src/window-commands.c: (window_cmd_help_about): + + Fix string, and add Crispin to contributors in About. + +2005-07-31 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-location-entry.c: Fix location entry favicon updating. 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 }; |