Issue #2143341 by bdone: Fix 'More link' description of 'Link display' section.

8.0.x
webchick 2013-12-03 13:38:42 -08:00
parent 954f911129
commit a83aaa166b
1 changed files with 1 additions and 1 deletions

View File

@ -1464,7 +1464,7 @@ abstract class DisplayPluginBase extends PluginBase {
$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(