From 14eb5681f95928a276bd391b96abf91d01e00aa9 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 13 Apr 2017 11:06:29 +0300 Subject: [PATCH] Fix typo: "will may" -> "may" --- core/modules/views/src/Plugin/views/BrokenHandlerTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/views/src/Plugin/views/BrokenHandlerTrait.php b/core/modules/views/src/Plugin/views/BrokenHandlerTrait.php index 00233f7..bd7d59c 100644 --- a/core/modules/views/src/Plugin/views/BrokenHandlerTrait.php +++ b/core/modules/views/src/Plugin/views/BrokenHandlerTrait.php @@ -59,7 +59,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) { } } - $description_bottom = t('Enabling the appropriate module will may solve this issue. Otherwise, check to see if there is a module update available.'); + $description_bottom = t('Enabling the appropriate module may solve this issue. Otherwise, check to see if there is a module update available.'); $form['description'] = [ '#type' => 'container',