Project/FiletypeAssociationDialog.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 3656
441956d8fce5
diff -r 96232974dcdb -r 645c12de6b0c Project/FiletypeAssociationDialog.py
--- a/Project/FiletypeAssociationDialog.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/Project/FiletypeAssociationDialog.py	Thu Apr 03 23:05:31 2014 +0200
@@ -37,12 +37,12 @@
         # keep these lists in sync
         self.filetypes = ["SOURCES", "FORMS", "TRANSLATIONS", "RESOURCES",
                           "INTERFACES", "OTHERS", "__IGNORE__"]
-        self.filetypeStrings = [self.trUtf8("Sources"), self.trUtf8("Forms"),
-                                self.trUtf8("Translations"),
-                                self.trUtf8("Resources"),
-                                self.trUtf8("Interfaces"),
-                                self.trUtf8("Others"),
-                                self.trUtf8("Ignore")]
+        self.filetypeStrings = [self.tr("Sources"), self.tr("Forms"),
+                                self.tr("Translations"),
+                                self.tr("Resources"),
+                                self.tr("Interfaces"),
+                                self.tr("Others"),
+                                self.tr("Ignore")]
         self.filetypeCombo.addItems(self.filetypeStrings)
         
         self.project = project

eric ide

mercurial