[epiphany] Slightly improve about:web



commit dbcad84c97b1d74657074bd5205facb2fda0d23d
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Wed Jul 25 07:24:34 2018 -0500

    Slightly improve about:web

 embed/ephy-about-handler.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c
index dd0a489af..970f2af2c 100644
--- a/embed/ephy-about-handler.c
+++ b/embed/ephy-about-handler.c
@@ -185,10 +185,14 @@ ephy_about_handler_handle_about (EphyAboutHandler       *handler,
                           "</div></body></html>",
                           _("About Web"),
                           icon_info ? gtk_icon_info_get_filename (icon_info) : "",
-                          _("Web"),
+#if !TECH_PREVIEW
+                         _("Web"),
+#else
+                         _("Epiphany Technology Preview"),
+#endif
                           version,
                           _("A simple, clean, beautiful view of the web"),
-                          "WebKit", webkit_get_major_version (), webkit_get_minor_version (), 
webkit_get_micro_version ());
+                          "WebKitGTK+", webkit_get_major_version (), webkit_get_minor_version (), 
webkit_get_micro_version ());
   g_free (version);
   if (icon_info)
     g_object_unref (icon_info);


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