Commit 14439114 authored by Jérome Perrin's avatar Jérome Perrin

follow naming conventions, use plural

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29535 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 375d80fe
......@@ -109,10 +109,10 @@
</tal:block>\n
<span id="listbox_record_number" class="listbox_record_number"\n
tal:attributes="id string:${field_id}_record_number"\n
i18n:translate="" i18n:domain="ui"><tal:block tal:replace="here/total_size" i18n:name="number">0</tal:block> record(s)</span>\n
i18n:translate="" i18n:domain="ui"><tal:block tal:replace="here/total_size" i18n:name="number">0</tal:block> records</span>\n
<span id="listbox_item_number" class="listbox_item_number"\n
tal:attributes="id string:${field_id}_item_number"\n
i18n:translate="" i18n:domain="ui"> - <tal:block tal:replace="python: len(here.getCheckedUidList())" i18n:name="number">0</tal:block> item(s) selected</span>\n
i18n:translate="" i18n:domain="ui"> - <tal:block tal:replace="python: len(here.getCheckedUidList())" i18n:name="number">0</tal:block> items selected</span>\n
</td>\n
\n
<td class="pageNavigation" style="white-space: nowrap; vertical-align: middle; text-align: center;">\n
......
837
\ No newline at end of file
838
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment