Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3456
96232974dcdb
parent 3190
a9a94491c4fd
child 3515
1b8381afe38f
--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py	Thu Apr 03 23:05:31 2014 +0200
@@ -57,13 +57,13 @@
             totalIssues += stats[code]
         
         self.totalIssues.setText(
-            self.trUtf8("%n issue(s) found", "", totalIssues))
+            self.tr("%n issue(s) found", "", totalIssues))
         self.fixedIssues.setText(
-            self.trUtf8("%n issue(s) fixed", "", fixesCount))
+            self.tr("%n issue(s) fixed", "", fixesCount))
         self.filesChecked.setText(
-            self.trUtf8("%n file(s) checked", "", filesCount))
+            self.tr("%n file(s) checked", "", filesCount))
         self.filesIssues.setText(
-            self.trUtf8("%n file(s) with issues found", "", filesIssues))
+            self.tr("%n file(s) with issues found", "", filesIssues))
         
         self.statisticsList.resizeColumnToContents(0)
         self.statisticsList.resizeColumnToContents(1)

eric ide

mercurial