--- a/src/eric7/Project/Project.py Thu Jul 14 16:08:17 2022 +0200 +++ b/src/eric7/Project/Project.py Thu Jul 14 16:08:57 2022 +0200 @@ -4884,7 +4884,7 @@ "<b>Check Code Formatting</b>" "<p>This shows a dialog to enter parameters for the format check run" " and performs a check, if the project sources need to be reformatted" - " using Black'.</p>" + " using 'Black'.</p>" ) ) self.blackCheckFormattingAct.triggered.connect( @@ -4911,7 +4911,7 @@ "<b>Diff Code Formatting</b>" "<p>This shows a dialog to enter parameters for the format diff run and" " generates a unified diff of potential project source reformatting" - " using Black'.</p>" + " using 'Black'.</p>" ) ) self.blackDiffFormattingAct.triggered.connect(