diff --git a/setup/src/Magento/Setup/Module/I18n/Pack/Writer/File/AbstractFile.php b/setup/src/Magento/Setup/Module/I18n/Pack/Writer/File/AbstractFile.php index c5480fd0dc3af0d26d47f938ed532ab27e80b595..599b806f09930500af793a6ba54f965650079624 100644 --- a/setup/src/Magento/Setup/Module/I18n/Pack/Writer/File/AbstractFile.php +++ b/setup/src/Magento/Setup/Module/I18n/Pack/Writer/File/AbstractFile.php @@ -112,7 +112,7 @@ abstract class AbstractFile implements WriterInterface throw new \RuntimeException( sprintf('Missed context in row #%d.', $key + 1) . "\n" - . 'Each row has to consist of 3 columns: original phrase, translation, context' + . 'Each row has to consist of 4 columns: original phrase, translation, context type, context value' ); } foreach ($phrase->getContextValue() as $context) {