From 0dfd29e594187db4b8cf05e57877047de5c2f0c6 Mon Sep 17 00:00:00 2001 From: Hayder Sharhan <hsharhan@ebay.com> Date: Mon, 29 Feb 2016 09:39:16 -0600 Subject: [PATCH] MAGETWO-49880: incorrect message in pack translation tool - Corrected error phrase. --- .../Setup/Module/I18n/Dictionary/Loader/File/AbstractFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/src/Magento/Setup/Module/I18n/Dictionary/Loader/File/AbstractFile.php b/setup/src/Magento/Setup/Module/I18n/Dictionary/Loader/File/AbstractFile.php index 79bdbb6f7b0..27da96a60d9 100644 --- a/setup/src/Magento/Setup/Module/I18n/Dictionary/Loader/File/AbstractFile.php +++ b/setup/src/Magento/Setup/Module/I18n/Dictionary/Loader/File/AbstractFile.php @@ -128,7 +128,7 @@ abstract class AbstractFile implements FileInterface throw new \RuntimeException( sprintf('Invalid row #%d: "%s".', $this->_position, $e->getMessage()) . "\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' ); } } -- GitLab