From 6b2866fcf2305fc3f22d6d62da5079a6d076e4f0 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Tue, 3 Feb 2015 16:23:43 +0000
Subject: [PATCH] Issue #2417651 by TravisCarden: Grammar error in Views
 argument modal

---
 core/modules/views/src/Plugin/views/display/Page.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/views/src/Plugin/views/display/Page.php b/core/modules/views/src/Plugin/views/display/Page.php
index c422ac8fba05..27905b8b2ae9 100644
--- a/core/modules/views/src/Plugin/views/display/Page.php
+++ b/core/modules/views/src/Plugin/views/display/Page.php
@@ -458,7 +458,7 @@ public function getArgumentText() {
     return array(
       'filter value not present' => $this->t('When the filter value is <em>NOT</em> in the URL'),
       'filter value present' => $this->t('When the filter value <em>IS</em> in the URL or a default is provided'),
-      'description' => $this->t('The contextual filter values is provided by the URL.'),
+      'description' => $this->t('The contextual filter values are provided by the URL.'),
     );
   }
 
-- 
GitLab