git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43440 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -142,7 +142,7 @@ def main():
# check if result is empty
tmpf = file(tmp)
if tmpf.read(1) == '':
- grass.fatal(_("Table <%s> contains no data."), table)
+ grass.fatal(_("Table <%s> contains no data.") % table)
tmpf.close()
# calculate statistics