diff -r 9a21c547de5f -r a9a94491c4fd Preferences/ConfigurationPages/EditorCalltipsPage.py --- a/Preferences/ConfigurationPages/EditorCalltipsPage.py Fri Jan 10 19:30:21 2014 +0100 +++ b/Preferences/ConfigurationPages/EditorCalltipsPage.py Sat Jan 11 11:55:33 2014 +0100 @@ -31,10 +31,10 @@ if QSCINTILLA_VERSION() >= 0x020700: self.positionComboBox.addItem( - self.trUtf8("Below Text"), + self.tr("Below Text"), QsciScintilla.CallTipsBelowText) self.positionComboBox.addItem( - self.trUtf8("Above Text"), + self.tr("Above Text"), QsciScintilla.CallTipsAboveText) else: self.calltipsPositionBox.hide()