Issue #2489402 by Bojhan: Remove "if any" from pager title

8.0.x
xjm 2015-05-18 14:24:12 -07:00
parent f9b6f97613
commit a0164e04b8
1 changed files with 1 additions and 1 deletions

View File

@ -1812,7 +1812,7 @@ abstract class DisplayPluginBase extends PluginBase implements DisplayPluginInte
}
break;
case 'pager':
$form['#title'] .= $this->t('Select which pager, if any, to use for this view');
$form['#title'] .= $this->t('Select pager');
$form['pager'] = array(
'#prefix' => '<div class="clearfix">',
'#suffix' => '</div>',