[epiphany] Don't say "Web Website" on the about dialog



commit c64bbe1c4874cece96720fd0bb6a07cc61978469
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sat Jun 30 21:03:56 2018 -0500

    Don't say "Web Website" on the about dialog
    
    We currently have a conditional to avoid this for Tech Preview, which is
    not branded as Web, but it really makes sense to do it always. Web
    Website just sounds dumb.

 src/window-commands.c | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/window-commands.c b/src/window-commands.c
index ba21e4bd1..39139f267 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -671,11 +671,7 @@ window_cmd_show_about (GSimpleAction *action,
                          "translator-credits", _("translator-credits"),
                          "logo-icon-name", "org.gnome.Epiphany",
                          "website", "https://wiki.gnome.org/Apps/Web";,
-#if !TECH_PREVIEW
-                         "website-label", _("Web Website"),
-#else
                          "website-label", _("Website"),
-#endif
                          "license-type", GTK_LICENSE_GPL_3_0,
                          "wrap-license", TRUE,
                          NULL);


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