Skip to content
Snippets Groups Projects
Commit 0dfd29e5 authored by Hayder Sharhan's avatar Hayder Sharhan
Browse files

MAGETWO-49880: incorrect message in pack translation tool

- Corrected error phrase.
parent 63786165
No related merge requests found
......@@ -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'
);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment