[epiphany] Be more clear about WebKit version in About dialog



commit bb423f6ef24c97fc2376b82d18aee5cf18936ca8
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Jan 16 11:33:39 2017 -0600

    Be more clear about WebKit version in About dialog

 src/window-commands.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/window-commands.c b/src/window-commands.c
index 3c3c6bd..fb42337 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -644,7 +644,7 @@ window_cmd_show_about (GSimpleAction *action,
   g_key_file_free (key_file);
 
   comments = g_strdup_printf (_("A simple, clean, beautiful view of the web.\n"
-                                "Powered by WebKit %d.%d.%d"),
+                                "Powered by WebKitGTK+ %d.%d.%d"),
                               webkit_get_major_version (),
                               webkit_get_minor_version (),
                               webkit_get_micro_version ());


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