eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8759
7efebdfa5dc2
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
7 """ 7 """
8 Module implementing message translations for the code style plugin messages 8 Module implementing message translations for the code style plugin messages
9 (miscellaneous part). 9 (miscellaneous part).
10 """ 10 """
11 11
12 from PyQt5.QtCore import QCoreApplication 12 from PyQt6.QtCore import QCoreApplication
13 13
14 _miscellaneousMessages = { 14 _miscellaneousMessages = {
15 "M101": QCoreApplication.translate( 15 "M101": QCoreApplication.translate(
16 "MiscellaneousChecker", 16 "MiscellaneousChecker",
17 "coding magic comment not found"), 17 "coding magic comment not found"),

eric ide

mercurial