aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-01 03:00:53 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-01 03:00:53 +0800
commit016ea2b71017c4f8cd53a564480419476e5f0d42 (patch)
tree7517f9076a7107521a859fa8aca8b4accdc83e93
parent9b28d05c705e157ad0d3ba8bc8eefc3f15599182 (diff)
downloadgsoc2013-epiphany-016ea2b71017c4f8cd53a564480419476e5f0d42.tar
gsoc2013-epiphany-016ea2b71017c4f8cd53a564480419476e5f0d42.tar.gz
gsoc2013-epiphany-016ea2b71017c4f8cd53a564480419476e5f0d42.tar.bz2
gsoc2013-epiphany-016ea2b71017c4f8cd53a564480419476e5f0d42.tar.lz
gsoc2013-epiphany-016ea2b71017c4f8cd53a564480419476e5f0d42.tar.xz
gsoc2013-epiphany-016ea2b71017c4f8cd53a564480419476e5f0d42.tar.zst
gsoc2013-epiphany-016ea2b71017c4f8cd53a564480419476e5f0d42.zip
Fix string, and add Crispin to contributors in About.
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.
-rw-r--r--ChangeLog6
-rw-r--r--src/window-commands.c6
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 66d919fae..29f5e609b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
};