[epiphany] window-commands: update About dialog tagline



commit 7efd2ff6498f3a4f11b63f3aa65b1377c09f4976
Author: Diego Escalante Urrelo <descalante igalia com>
Date:   Thu Jan 19 18:57:35 2012 -0500

    window-commands: update About dialog tagline
    
    https://bugzilla.gnome.org/show_bug.cgi?id=668115

 src/window-commands.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/window-commands.c b/src/window-commands.c
index fc00d43..762a6c7 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 (),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]