--- a/Project/LexerAssociationDialog.py Sun Mar 30 22:00:14 2014 +0200 +++ b/Project/LexerAssociationDialog.py Thu Apr 03 23:05:31 2014 +0200 @@ -45,7 +45,7 @@ except AttributeError: self.extsep = "." - self.extras = ["-----------", self.trUtf8("Alternative")] + self.extras = ["-----------", self.tr("Alternative")] import QScintilla.Lexers languages = [''] + \ @@ -128,7 +128,7 @@ if lexer.startswith("Pygments|"): pygmentsLexer = lexer.split("|")[1] pygmentsIndex = self.pygmentsLexerCombo.findText(pygmentsLexer) - lexer = self.trUtf8("Alternative") + lexer = self.tr("Alternative") else: pygmentsIndex = 0 index = self.editorLexerCombo.findText(lexer)