diff -r dea107dce0c4 -r 750eeb7230a1 dialogs/PouTransitionDialog.py --- 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