From 1a4490212d92f74a6aa42c3b361d980dcf2524e3 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Sun, 30 Sep 2007 21:50:03 +0000 Subject: Change the "Powered by" name in the About dialog according to the used backend. Patch by Nicholas E. Manley. Fix for bug #478196. svn path=/trunk/; revision=7510 --- src/window-commands.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/window-commands.c b/src/window-commands.c index 4e5e45aa8..f72b10143 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -824,8 +824,8 @@ window_cmd_help_about (GtkAction *action, single = EPHY_EMBED_SINGLE (ephy_embed_shell_get_embed_single (shell)); 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-")); + "Powered by %s"), ephy_embed_single_get_backend_name (single) ); + licence = g_strjoin ("\n\n", _(licence_part[0]), _(licence_part[1]), -- cgit v1.2.3