Ticket #9634 (closed Bug: fixed)
folder_contents use the same msgid for two different messages
| Reported by: | vincentfretin | Owned by: | vincentfretin |
|---|---|---|---|
| Priority: | minor | Milestone: | 4.0 |
| Component: | Internationalization | Keywords: | sprinti18n20091013 |
| Cc: |
Description
folder_contents view (Contents tab) use the same msgid for two different messages. In English you will have two different sentence, but not in other languages.
If you select all the items in a folder, it will say: "All ${count} items on this page are selected.", here page instead of folder.
Warning: msgid 'tableheading_all_items_selected' in /home/vincentfretin/svn/plonenext/3.3/src/plone.app.content/plone/app/content/browser/table.pt:(55, 16) already exists with a different default (bad: All ${count} items in this folder are selected., should be: All ${count} items on this page are selected.) The references for the existent value are: /home/vincentfretin/svn/plonenext/3.3/src/plone.app.content/plone/app/content/browser/table.pt:(43, 16)

(In [31010]) folder_contents view used the same msgid for two different messages. Fixed that. This closes #9634