[FIX] incorrect wording in Listview.

lp bug: https://launchpad.net/bugs/901579 fixed

bzr revid: bth@tinyerp.com-20111214104854-uykgi3lcxgrncl7m
This commit is contained in:
Bhumi Thakkar (Open ERP) 2011-12-14 16:18:54 +05:30
parent 0d4f1571d7
commit b923ef9dd9
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
<t t-call="Header" />
<div id="content" data-role="content">
<t t-if="!(records.length>0)">
There is no records to show.
There are no records to show.
</t>
<t t-if="records.length>0">
<ul data-role="listview" data-inset="true" data-theme="d" data-filter="true">