diff -r 7912530a33e2 -r 542e97d4ecb3 QScintilla/Shell.py --- a/QScintilla/Shell.py Mon Oct 14 18:26:25 2013 +0200 +++ b/QScintilla/Shell.py Mon Oct 14 19:30:36 2013 +0200 @@ -1539,7 +1539,8 @@ if not QFileInfo(fname).isDir(): self.vm.openSourceFile(fname) else: - E5MessageBox.information(self, + E5MessageBox.information( + self, self.trUtf8("Drop Error"), self.trUtf8("""<p><b>{0}</b> is not a file.</p>""") .format(fname))