From 55158b392dfc3cf9d6b7ca1f5225ba0ca6c21aad Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 14 Jan 2012 12:18:40 +0100 Subject: Make the visible name of the application 'Web' Before we had 'Epiphany' in some places and 'GNOME Web Browser' in others, try to be consistent and use just 'Web'. https://bugzilla.gnome.org/show_bug.cgi?id=666587 --- data/epiphany.desktop.in.in | 2 +- src/window-commands.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/epiphany.desktop.in.in b/data/epiphany.desktop.in.in index 1e1aeadb2..d2317ff64 100644 --- a/data/epiphany.desktop.in.in +++ b/data/epiphany.desktop.in.in @@ -1,5 +1,5 @@ [Desktop Entry] -_Name=Epiphany +_Name=Web _GenericName=Web Browser _X-GNOME-FullName=Epiphany Web Browser _Comment=Browse the web diff --git a/src/window-commands.c b/src/window-commands.c index 8e7ded6c7..f8f7e7b56 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -1158,7 +1158,7 @@ window_cmd_help_about (GtkAction *action, GtkWidget *window) { const char *licence_part[] = { - N_("The GNOME Web Browser is free software; you can redistribute it and/or modify " + N_("Web is free software; you can redistribute it and/or modify " "it under the terms of the GNU General Public License as published by " "the Free Software Foundation; either version 2 of the License, or " "(at your option) any later version."), @@ -1261,10 +1261,10 @@ window_cmd_help_about (GtkAction *action, NULL); gtk_show_about_dialog (window ? GTK_WINDOW (window) : NULL, - "program-name", _("GNOME Web Browser"), + "program-name", _("Web"), "version", VERSION, "copyright", "Copyright © 2002–2004 Marco Pesenti Gritti\n" - "Copyright © 2003–2011 The GNOME Web Browser Developers", + "Copyright © 2003–2011 The Web Developers", "artists", artists, "authors", authors, "comments", comments, @@ -1280,7 +1280,7 @@ window_cmd_help_about (GtkAction *action, "translator-credits", _("translator-credits"), "logo-icon-name", EPHY_STOCK_EPHY, "website", "http://www.gnome.org/projects/epiphany", - "website-label", _("GNOME Web Browser Website"), + "website-label", _("Web Website"), "license", licence, "wrap-license", TRUE, NULL); -- cgit v1.2.3