eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 7040
f89952e5fc11
parent 7021
2894aa889a4e
child 7042
2be5b245e1b8
equal deleted inserted replaced
7039:73cb6384a71f 7040:f89952e5fc11
665 " it has a return value except None"), 665 " it has a return value except None"),
666 "M834": QCoreApplication.translate( 666 "M834": QCoreApplication.translate(
667 "MiscellaneousChecker", 667 "MiscellaneousChecker",
668 "a value should not be assigned to a variable if it will be used as a" 668 "a value should not be assigned to a variable if it will be used as a"
669 " return value only"), 669 " return value only"),
670 "M891": QCoreApplication.translate(
671 "MiscellaneousChecker",
672 "commented code lines should be removed"),
670 "M901": QCoreApplication.translate( 673 "M901": QCoreApplication.translate(
671 "MiscellaneousChecker", 674 "MiscellaneousChecker",
672 "{0}: {1}"), 675 "{0}: {1}"),
673 676
674 # CodeStyleFixer messages 677 # CodeStyleFixer messages

eric ide

mercurial