GNOME Bugzilla – Bug 671424
There are still references to the "GNOME web browser" on translations
Last modified: 2013-12-16 16:59:47 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)
*** Bug 671831 has been marked as a duplicate of this bug. ***
Unsetting "GNOME Target" milestone as per https://mail.gnome.org/archives/desktop-devel-list/2012-March/msg00072.html
Should be fixed now.
#: ../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"
Created attachment 264161 [details] [review] about dialog: use built in GTK GPL license
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?
Yep. Fixed today in bug 720410.