etherlab/etherlab.py
changeset 2425 68e7da937162
parent 2418 5587c490a070
child 2434 07f48018b6f5
--- a/etherlab/etherlab.py	Wed Oct 03 14:17:19 2018 +0300
+++ b/etherlab/etherlab.py	Wed Oct 03 14:19:41 2018 +0300
@@ -261,7 +261,7 @@
                 else:
 
                     self.GetCTRoot().logger.write_error(
-                        _("Couldn't load %s XML file:\n%s") % (filepath, error))
+                        _("Couldn't load {a1} XML file:\n{a2}").format(a1=filepath, a2=error))
 
         return self.Library