Add missing space in error message for CustomImportOrder check

This commit is contained in:
Michał Kordas 2015-04-30 23:54:47 +02:00
parent c0446a8255
commit 3231bfbefa
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ import.control.missing.file=Missing an import control file.
import.control.disallowed=Disallowed import - {0}.
import.control.unknown.pkg=Import control file does not handle this package.
custom.import.order=Import statement is in the wrong order. Should be in the ''{0}'' group.
custom.import.order.line.separator=''{0}''should be separated from previous import group.
custom.import.order.line.separator=''{0}'' should be separated from previous import group.
custom.import.order.lex=Wrong lexicographical order for ''{0}'' import.
custom.import.order.nongroup.import=Imports without groups should be placed at the end of the import list.