After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 671424 - There are still references to the "GNOME web browser" on translations
There are still references to the "GNOME web browser" on translations
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: I18N
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
: 671831 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-03-05 23:49 UTC by Gil Forcada
Modified: 2013-12-16 16:59 UTC
See Also:
GNOME target: ---
GNOME version: 3.3/3.4


Attachments
about dialog: use built in GTK GPL license (2.48 KB, patch)
2013-12-13 17:11 UTC, William Jon McCann
committed Details | Review

Description Gil Forcada 2012-03-05 23:49:20 UTC
As Epiphany is going to be renamed to Web I saw that there are still some translatable strings which do not use the new "Web" name.

Grepping the POT file will give you some hints[1].

Note though that the string freeze is already in place [2], so send the mandatory email to get approval (you can already count on mine from the i18n team :)

[1] http://l10n.gnome.org/module/epiphany/
UI: http://l10n.gnome.org/POT/epiphany.master/epiphany.master.pot
Docs: http://l10n.gnome.org/POT/epiphany.master/docs/epiphany-help.master.pot

[2] https://live.gnome.org/ThreePointThree (at least here in Berlin :D)
Comment 1 Gil Forcada 2012-03-11 20:38:10 UTC
*** Bug 671831 has been marked as a duplicate of this bug. ***
Comment 2 André Klapper 2012-03-20 13:34:48 UTC
Unsetting "GNOME Target" milestone as per
https://mail.gnome.org/archives/desktop-devel-list/2012-March/msg00072.html
Comment 3 William Jon McCann 2013-12-13 15:11:26 UTC
Should be fixed now.
Comment 4 André Klapper 2013-12-13 16:14:57 UTC
#: ../data/epiphany.desktop.in.in.h:3
msgid "Epiphany Web Browser"

#: ../src/window-commands.c:1499
msgid ""
"The GNOME Web Browser is distributed in the hope that it will be useful, but "
"WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY "
"or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
"more details."

#: ../src/window-commands.c:1503
msgid ""
"You should have received a copy of the GNU General Public License along with "
"the GNOME Web Browser; if not, write to the Free Software Foundation, Inc., "
"51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA"
Comment 5 William Jon McCann 2013-12-13 17:11:00 UTC
Created attachment 264161 [details] [review]
about dialog: use built in GTK GPL license
Comment 6 Gustavo Noronha (kov) 2013-12-16 15:30:53 UTC
Review of attachment 264161 [details] [review]:

::: src/window-commands.c
@@ +1592,3 @@
 			       "website", "https://wiki.gnome.org/Apps/Web",
 			       "website-label", _("Web Website"),
+			       "license-type", GTK_LICENSE_GPL_2_0,

I think I remember a discussion about this not having the 'or any later version' thing in it, I assume that has been fixed since?
Comment 7 William Jon McCann 2013-12-16 16:52:14 UTC
Yep. Fixed today in bug 720410.