T bug in tools

This commit is contained in:
mdipierro
2012-08-23 14:33:43 -05:00
parent 00f9292e06
commit 33ce161e20
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2067,7 +2067,7 @@ class SQLFORM(FORM):
selectable(records)
redirect(referrer)
else:
htmltable = DIV(T('No records found'))
htmltable = DIV(current.T('No records found'))
if csv and nrows:
export_links =[]