From 7c0ebd8dd1ceaa9d53e552583446cb25f3012ad8 Mon Sep 17 00:00:00 2001 From: Daniel Wehner Date: Sun, 22 Jul 2012 18:28:04 +0200 Subject: [PATCH] Issue #1427854 by dawehner: Improve description for more link. --- plugins/views_plugin_display.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/views_plugin_display.inc b/plugins/views_plugin_display.inc index d469f5171ff4..59bec3b4aa2c 100644 --- a/plugins/views_plugin_display.inc +++ b/plugins/views_plugin_display.inc @@ -1492,7 +1492,7 @@ class views_plugin_display extends views_plugin { $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' above. 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 advanced. You can override the url at the link display setting."), '#default_value' => $this->get_option('use_more'), ); $form['use_more_always'] = array(