diff -r 7efa8b8b6903 -r 583beaf0b4b8 E5Gui/E5MainWindow.py --- a/E5Gui/E5MainWindow.py Sun Oct 06 19:14:26 2013 +0200 +++ b/E5Gui/E5MainWindow.py Sun Oct 06 19:45:29 2013 +0200 @@ -53,8 +53,9 @@ except (IOError, OSError) as msg: E5MessageBox.warning(self, self.trUtf8("Loading Style Sheet"), - self.trUtf8("""<p>The Qt Style Sheet file <b>{0}</b> could""" - """ not be read.<br>Reason: {1}</p>""") + self.trUtf8( + """<p>The Qt Style Sheet file <b>{0}</b> could""" + """ not be read.<br>Reason: {1}</p>""") .format(styleSheetFile, str(msg))) return else: