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