From a83aaa166bc3c6f43baa9444788dd9c6120689ff Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Tue, 3 Dec 2013 13:38:42 -0800 Subject: [PATCH] Issue #2143341 by bdone: Fix 'More link' description of 'Link display' section. --- .../lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php index d8870a54c640..56aa05e104bb 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php @@ -1464,7 +1464,7 @@ public function buildOptionsForm(&$form, &$form_state) { $form['use_more'] = array( '#type' => 'checkbox', '#title' => t('Create more link'), - '#description' => t("This will add a more link to the bottom of this view, which will link to the page view. If you have more than one page view, the link will point to the display specified in 'Link display' section under advanced. You can override the url at the link display setting."), + '#description' => t("This will add a more link to the bottom of this view, which will link to the page view. If you have more than one page view, the link will point to the display specified in 'Link display' section under pager. You can override the url at the link display setting."), '#default_value' => $this->getOption('use_more'), ); $form['use_more_always'] = array( -- GitLab