diff -r c3c3d1318130 -r 69dfdb26f600 dialogs/FindInPouDialog.py --- a/dialogs/FindInPouDialog.py Tue Aug 15 17:01:51 2017 +0300 +++ b/dialogs/FindInPouDialog.py Tue Aug 15 22:38:43 2017 +0300 @@ -113,7 +113,7 @@ # set the longest message here, to use it length to calculate # optimal size of dialog window self.RegExpSyntaxErrMsg = _("Syntax error in regular expression of pattern to search!") - self.StatusLabel = wx.StaticText(panel, label= self.RegExpSyntaxErrMsg) + self.StatusLabel = wx.StaticText(panel, label=self.RegExpSyntaxErrMsg) controls_sizer.AddWindow(self.StatusLabel, flag=wx.ALIGN_CENTER_VERTICAL) panel.SetSizer(main_sizer)