From a17ee743e2c700f7bc9180a842974edb396ba1e9 Mon Sep 17 00:00:00 2001 From: Eddie Lau <kahlau@ebay.com> Date: Fri, 24 Apr 2015 18:29:06 -0500 Subject: [PATCH] MAGETWO-36075: Move dev/tools/Magento/Tools/I18n/pack.php - changed message --- setup/src/Magento/Setup/Console/Command/I18nPackCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/src/Magento/Setup/Console/Command/I18nPackCommand.php b/setup/src/Magento/Setup/Console/Command/I18nPackCommand.php index b75eff98e7e..252ff161e27 100644 --- a/setup/src/Magento/Setup/Console/Command/I18nPackCommand.php +++ b/setup/src/Magento/Setup/Console/Command/I18nPackCommand.php @@ -72,8 +72,8 @@ class I18nPackCommand extends Command self::INPUT_KEY_ALLOW_DUPLICATES, 'd', InputOption::VALUE_NONE, - 'Use the --allow-duplicates parameter to allow to save duplicates of translate.' . - ' Omit the parameter otherwise.' + 'Use the --allow-duplicates parameter to allow saving duplicates of translate.' . + ' Otherwise omit the parameter.' ), ]); } -- GitLab