diff -r 2c14833a2bee -r 2be5b245e1b8 eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py --- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py Thu Jun 27 19:05:28 2019 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py Thu Jun 27 19:21:23 2019 +0200 @@ -667,6 +667,10 @@ "MiscellaneousChecker", "a value should not be assigned to a variable if it will be used as a" " return value only"), + "M841": QCoreApplication.translate( + "MiscellaneousChecker", + "prefer implied line continuation inside parentheses, " + "brackets and braces as opposed to a backslash"), "M891": QCoreApplication.translate( "MiscellaneousChecker", "commented code lines should be removed"),