diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2012-01-20 07:57:35 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-07-31 23:19:26 +0800 |
commit | 7efd2ff6498f3a4f11b63f3aa65b1377c09f4976 (patch) | |
tree | 4bfd2489d535a3ead1489572b9db94bede021e33 | |
parent | 590cedd057220a9647dbaf26204a766fe2a06866 (diff) | |
download | gsoc2013-epiphany-7efd2ff6498f3a4f11b63f3aa65b1377c09f4976.tar gsoc2013-epiphany-7efd2ff6498f3a4f11b63f3aa65b1377c09f4976.tar.gz gsoc2013-epiphany-7efd2ff6498f3a4f11b63f3aa65b1377c09f4976.tar.bz2 gsoc2013-epiphany-7efd2ff6498f3a4f11b63f3aa65b1377c09f4976.tar.lz gsoc2013-epiphany-7efd2ff6498f3a4f11b63f3aa65b1377c09f4976.tar.xz gsoc2013-epiphany-7efd2ff6498f3a4f11b63f3aa65b1377c09f4976.tar.zst gsoc2013-epiphany-7efd2ff6498f3a4f11b63f3aa65b1377c09f4976.zip |
window-commands: update About dialog tagline
https://bugzilla.gnome.org/show_bug.cgi?id=668115
-rw-r--r-- | 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 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 (), |