Same msgid for two different strings
Hi,
atcontenttypes.pot and plone.pot contain two strings having the same msgid:
(from atcontenttypes.pot)
#. Default: "Event URL"
#: ATContentTypes/content/event.py:135
msgid "label_url"
msgstr ""
(from plone.pot)
#. Default: "URL"
#: widget label of StringWidget - description "Add http://
#: to link outside the site."
#: widget label of StringWidget - description "Web address with more
info about the event. Add http://
msgid "label_url"
msgstr ""
As a consequence, when a Plone site is used in a language other than
English (I tested Italian, Spanish and French), and you add a new "link"
item, the label for the URL field shows "Event URL" (localized, of
course), which is wrong: it should simply be "URL".
Can anyone fix it? Or should I file a bug instead?
--
--
Ciao,
Marco.
-------------------------------------------------------------------------
(Continue reading)