yes, the new code is in 1.99.3 2011/12/7 Anthony <[email protected]>
> I think it has already been changed in trunk -- can you check it there?
>
>
> On Wednesday, December 7, 2011 9:40:28 AM UTC-5, mweissen wrote:
>>
>> I think line 1566 of gluon/sqlhtml.py
>> message = error or T('%(nrows)s records found' % dict(nrows=nrows))
>> should be
>> message = error or T('%(nrows)s records found') % dict(nrows=nrows)
>>
>>
>> Regards, Martin
>>
>

