--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py Sun May 21 15:26:11 2023 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py Sun May 21 16:04:59 2023 +0200 @@ -172,6 +172,9 @@ "Y909": QCoreApplication.translate( "SimplifyChecker", '''Remove reflexive assignment "{0}"''' ), + "Y910": QCoreApplication.translate( + "SimplifyChecker", '''Use "{0}" instead of "{1}"''' + ), } _simplifyMessagesSampleArgs = {