From 7efd2ff6498f3a4f11b63f3aa65b1377c09f4976 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Thu, 19 Jan 2012 18:57:35 -0500 Subject: window-commands: update About dialog tagline https://bugzilla.gnome.org/show_bug.cgi?id=668115 --- src/window-commands.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/window-commands.c') diff --git a/src/window-commands.c b/src/window-commands.c index fc00d4384..762a6c76d 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -1312,13 +1312,13 @@ window_cmd_help_about (GtkAction *action, g_key_file_free (key_file); #ifdef HAVE_WEBKIT2 - comments = g_strdup_printf (_("Lets you view web pages and find information on the internet.\n" + comments = g_strdup_printf (_("A simple, clean, beautiful view of the web.\n" "Powered by WebKit %d.%d.%d"), webkit_get_major_version (), webkit_get_minor_version (), webkit_get_micro_version ()); #else - comments = g_strdup_printf (_("Lets you view web pages and find information on the internet.\n" + comments = g_strdup_printf (_("A simple, clean, beautiful view of the web.\n" "Powered by WebKit %d.%d.%d"), webkit_major_version (), webkit_minor_version (), -- cgit v1.2.3