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 
>

Reply via email to