dialogs/PouTransitionDialog.py
changeset 1734 750eeb7230a1
parent 1730 64d8f52bc8c8
child 1736 7e61baa047f0
--- a/dialogs/PouTransitionDialog.py	Mon Aug 14 21:31:01 2017 +0300
+++ b/dialogs/PouTransitionDialog.py	Mon Aug 14 22:23:17 2017 +0300
@@ -91,9 +91,9 @@
                 if i == 0:
                     text += item
                 elif i == len(error) - 1:
-                    text += _(" and %s")%item
+                    text += _(" and %s") % item
                 else:
-                    text += _(", %s")%item
+                    text += _(", %s") % item
             message = _("Form isn't complete. %s must be filled!") % text
         elif not TestIdentifier(transition_name):
             message = _("\"%s\" is not a valid identifier!") % transition_name