Issue #1427854 by dawehner: Improve description for more link.
parent
3f8dcbe212
commit
7c0ebd8dd1
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue