aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-04-24 15:45:19 +0800
committerChristian Persch <chpe@src.gnome.org>2006-04-24 15:45:19 +0800
commitd5d5bc4bbc013e4e2666af943b79778ba6c30dd2 (patch)
tree694709f26f9b8402dd0107da63d2a2d82c9783c5 /src
parent55915473b815a7ea214210a4a13a7db0ac7b7a38 (diff)
downloadgsoc2013-epiphany-d5d5bc4bbc013e4e2666af943b79778ba6c30dd2.tar
gsoc2013-epiphany-d5d5bc4bbc013e4e2666af943b79778ba6c30dd2.tar.gz
gsoc2013-epiphany-d5d5bc4bbc013e4e2666af943b79778ba6c30dd2.tar.bz2
gsoc2013-epiphany-d5d5bc4bbc013e4e2666af943b79778ba6c30dd2.tar.lz
gsoc2013-epiphany-d5d5bc4bbc013e4e2666af943b79778ba6c30dd2.tar.xz
gsoc2013-epiphany-d5d5bc4bbc013e4e2666af943b79778ba6c30dd2.tar.zst
gsoc2013-epiphany-d5d5bc4bbc013e4e2666af943b79778ba6c30dd2.zip
=== Release 2.15.1 ===RELEASE_2_15_1
2006-04-24 Christian Persch <chpe@cvs.gnome.org> === Release 2.15.1 === * configure.ac: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: * src/window-commands.c: (window_cmd_help_about): Update for 2.15.1. * help/eu/eu.po: * help/fi/fi.po: * help/ja/ja.po: Fix the build by adding bogus translator-credits strings.
Diffstat (limited to 'src')
-rw-r--r--src/window-commands.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index fa36cfc9b..ac845e637 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -755,8 +755,9 @@ window_cmd_help_about (GtkAction *action,
shell = ephy_embed_shell_get_default ();
single = EPHY_EMBED_SINGLE (ephy_embed_shell_get_embed_single (shell));
- comments = g_strdup_printf (_("Using ā€œ%sā€ backend"),
- ephy_embed_single_get_backend_name (single));
+ comments = g_strdup_printf (_("Lets you view web pages and find information on the internet.\n"
+ "Powered by Gecko %s"),
+ ephy_embed_single_get_backend_name (single) + strlen ("gecko-"));
licence = g_strjoin ("\n\n",
_(licence_part[0]),
_(licence_part[1]),