469 'CodeStyleFixer', |
469 'CodeStyleFixer', |
470 "One blank line inserted."), |
470 "One blank line inserted."), |
471 |
471 |
472 "FE302+": lambda n=1: QCoreApplication.translate( |
472 "FE302+": lambda n=1: QCoreApplication.translate( |
473 'CodeStyleFixer', |
473 'CodeStyleFixer', |
474 "%n blank line(s) inserted.", '', QCoreApplication.CodecForTr, n), |
474 "%n blank line(s) inserted.", '', n), |
475 "FE302-": lambda n=1: QCoreApplication.translate( |
475 "FE302-": lambda n=1: QCoreApplication.translate( |
476 'CodeStyleFixer', |
476 'CodeStyleFixer', |
477 "%n superfluous lines removed", '', QCoreApplication.CodecForTr, n), |
477 "%n superfluous lines removed", '', n), |
478 |
478 |
479 "FE303": QCoreApplication.translate( |
479 "FE303": QCoreApplication.translate( |
480 'CodeStyleFixer', |
480 'CodeStyleFixer', |
481 "Superfluous blank lines removed."), |
481 "Superfluous blank lines removed."), |
482 "FE304": QCoreApplication.translate( |
482 "FE304": QCoreApplication.translate( |