Issue #2143341 by bdone: Fix 'More link' description of 'Link display' section.
parent
954f911129
commit
a83aaa166b
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue