summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-06-30 21:03:56 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-06-30 21:23:21 -0500
commitc64bbe1c4874cece96720fd0bb6a07cc61978469 (patch)
treebca05691e60b3a5353cd90703dc1cf8b8eef9d9a
parent0c3c5b73e9d2b8872e0f734d6a14c95ab31ed6a7 (diff)
downloadepiphany-c64bbe1c4874cece96720fd0bb6a07cc61978469.tar.gz
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.
-rw-r--r--src/window-commands.c4
1 files changed, 0 insertions, 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);