aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c4
1 files changed, 2 insertions, 2 deletions
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 (),