l10nify a string

This commit is contained in:
Steffen Schaumburg 2011-03-01 22:58:23 +01:00
parent e69e2edc42
commit 320c856d9e

View File

@ -146,7 +146,7 @@ class Table_Window(object):
if self.number is not None: break
trys += 1
if trys > 4:
log.error("Can't find table %s" % table_name)
log.error(_("Can't find table %s") % table_name)
return None
geo = self.get_geometry()