Skip to content

Commit

Permalink
Change wording for long operation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesAnelay committed Mar 25, 2015
1 parent 8e9035c commit c313041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down

0 comments on commit c313041

Please sign in to comment.