--- a/eric6/Project/Project.py Thu Jan 28 16:35:28 2021 +0100 +++ b/eric6/Project/Project.py Thu Jan 28 16:35:55 2021 +0100 @@ -959,7 +959,8 @@ return fn1, ext = os.path.splitext(os.path.basename(self.pfile)) - fn = os.path.join(self.getProjectManagementDir(), '{0}.eqj'.format(fn1)) + fn = os.path.join(self.getProjectManagementDir(), + '{0}.eqj'.format(fn1)) if os.path.exists(fn): # try the new JSON based format first self.__userProjectFile.readFile(fn) @@ -4039,9 +4040,9 @@ self.filetypesAct = E5Action( self.tr('Filetype Associations'), self.tr('Filetype Associations...'), 0, 0, - self, 'project_filetype_associatios') + self, 'project_filetype_associations') self.filetypesAct.setStatusTip( - self.tr('Show the project filetype associations')) + self.tr('Show the project file type associations')) self.filetypesAct.setWhatsThis(self.tr( """<b>Filetype Associations...</b>""" """<p>This shows a dialog to edit the file type associations of""" @@ -4057,7 +4058,7 @@ self.lexersAct = E5Action( self.tr('Lexer Associations'), self.tr('Lexer Associations...'), 0, 0, - self, 'project_lexer_associatios') + self, 'project_lexer_associations') self.lexersAct.setStatusTip(self.tr( 'Show the project lexer associations (overriding defaults)')) self.lexersAct.setWhatsThis(self.tr(