From c313041e8c6c7403fc27fcc80a8f92c5b863ea9d Mon Sep 17 00:00:00 2001 From: James Anelay <jamesanelay@gmail.com> Date: Wed, 25 Mar 2015 17:29:28 +0000 Subject: [PATCH] Change wording for long operation warning --- .../view/adminhtml/templates/catalog/category/edit/form.phtml | 2 +- .../view/adminhtml/templates/catalog/category/tree.phtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/edit/form.phtml b/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/edit/form.phtml index 71d0a48dd8f..8d2f762d816 100644 --- a/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/edit/form.phtml +++ b/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/edit/form.phtml @@ -54,7 +54,7 @@ $categoryId = $block->getCategoryId(); <div data-id="information-dialog-category" class="messages admin__scope" style="display: none;"> <div class="message message-notice"> - <div><?php echo __('This operation can take much time'); ?></div> + <div><?php echo __('This operation can take a long time'); ?></div> </div> </div> diff --git a/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/tree.phtml b/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/tree.phtml index 26731afb65e..58fa76afac0 100644 --- a/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/tree.phtml +++ b/app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/tree.phtml @@ -32,7 +32,7 @@ <div data-id="information-dialog-tree" class="messages admin__scope" style="display: none;"> <div class="message message-notice"> - <div><?php echo __('This operation can take much time'); ?></div> + <div><?php echo __('This operation can take a long time'); ?></div> </div> </div> <!--[if IE]> -- GitLab