From 13d17ec34865e75a29c8e76d014c9c1a37f198fb Mon Sep 17 00:00:00 2001
From: Eddie Lau <kahlau@ebay.com>
Date: Fri, 24 Apr 2015 16:26:06 -0500
Subject: [PATCH] MAGETWO-36075: Move dev/tools/Magento/Tools/I18n/pack.php

- changed exception message
---
 .../Magento/Setup/Module/I18n/Pack/Writer/File/AbstractFile.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 c5480fd0dc3..599b806f099 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) {
-- 
GitLab