From 320c856d9eb55dc3e027951d4fded3f309f0f6f3 Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Tue, 1 Mar 2011 22:58:23 +0100 Subject: [PATCH] l10nify a string --- pyfpdb/TableWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/TableWindow.py b/pyfpdb/TableWindow.py index 5d69687f..c09ad40f 100644 --- a/pyfpdb/TableWindow.py +++ b/pyfpdb/TableWindow.py @@ -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()