Project/FiletypeAssociationDialog.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3484
645c12de6b0c
diff -r 9a21c547de5f -r a9a94491c4fd Project/FiletypeAssociationDialog.py
--- a/Project/FiletypeAssociationDialog.py	Fri Jan 10 19:30:21 2014 +0100
+++ b/Project/FiletypeAssociationDialog.py	Sat Jan 11 11:55:33 2014 +0100
@@ -35,12 +35,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