a missed l10n string

This commit is contained in:
Steffen Schaumburg 2011-02-25 13:46:00 +01:00
parent 7be88ef080
commit 2f067d7945

View File

@ -142,7 +142,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()