diff -r 8c40c5e1ebe0 -r d328a7b74fd8 src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py --- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py Sat Feb 22 18:04:39 2025 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py Sat Feb 22 18:06:26 2025 +0100 @@ -155,9 +155,7 @@ "SimplifyChecker", """Use keyword-argument instead of magic number""" ), # f-Strings - "Y411": QCoreApplication.translate( - "SimplifyChecker", "Do not nest f-strings" - ), + "Y411": QCoreApplication.translate("SimplifyChecker", "Do not nest f-strings"), # Additional Checks "Y901": QCoreApplication.translate( "SimplifyChecker", '''Use "{0}" instead of "{1}"'''