Debugger/BreakPointModel.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 3656
441956d8fce5
--- a/Debugger/BreakPointModel.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/Debugger/BreakPointModel.py	Thu Apr 03 23:05:31 2014 +0200
@@ -28,12 +28,12 @@
         
         self.breakpoints = []
         self.header = [
-            self.trUtf8("Filename"),
-            self.trUtf8("Line"),
-            self.trUtf8('Condition'),
-            self.trUtf8('Temporary'),
-            self.trUtf8('Enabled'),
-            self.trUtf8('Ignore Count'),
+            self.tr("Filename"),
+            self.tr("Line"),
+            self.tr('Condition'),
+            self.tr('Temporary'),
+            self.tr('Enabled'),
+            self.tr('Ignore Count'),
         ]
         self.alignments = [Qt.Alignment(Qt.AlignLeft),
                            Qt.Alignment(Qt.AlignRight),

eric ide

mercurial