[epiphany] Make the visible name of the application 'Web'
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Make the visible name of the application 'Web'
- Date: Sat, 14 Jan 2012 20:13:25 +0000 (UTC)
commit 55158b392dfc3cf9d6b7ca1f5225ba0ca6c21aad
Author: Xan Lopez <xan igalia com>
Date: Sat Jan 14 12:18:40 2012 +0100
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 1e1aead..d2317ff 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 8e7ded6..f8f7e7b 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]