Issue #1427854 by dawehner: Improve description for more link.

8.0.x
Daniel Wehner 2012-07-22 18:28:04 +02:00 committed by Tim Plunkett
parent 3f8dcbe212
commit 7c0ebd8dd1
1 changed files with 1 additions and 1 deletions

View File

@ -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(