diff -r 96232974dcdb -r 645c12de6b0c Debugger/WatchPointModel.py --- a/Debugger/WatchPointModel.py Sun Mar 30 22:00:14 2014 +0200 +++ b/Debugger/WatchPointModel.py Thu Apr 03 23:05:31 2014 +0200 @@ -28,11 +28,11 @@ self.watchpoints = [] self.header = [ - self.trUtf8("Condition"), - self.trUtf8("Special"), - self.trUtf8('Temporary'), - self.trUtf8('Enabled'), - self.trUtf8('Ignore Count'), + self.tr("Condition"), + self.tr("Special"), + self.tr('Temporary'), + self.tr('Enabled'), + self.tr('Ignore Count'), ] self.alignments = [Qt.Alignment(Qt.AlignLeft), Qt.Alignment(Qt.AlignLeft),