[IMP] incorrect wording

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

bzr revid: fme@openerp.com-20111215145528-28yx0dka5gldxu5k
This commit is contained in:
Fabien Meghazi 2011-12-15 15:55:28 +01:00
parent 3f2345e0ae
commit 63cf79f2db
1 changed files with 2 additions and 2 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">
@ -330,4 +330,4 @@
</form>
</div>
</t>
</templates>
</templates>