X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Fsrc%2FPlugin%2Fviews%2Fdisplay%2FPage.php;fp=web%2Fcore%2Fmodules%2Fviews%2Fsrc%2FPlugin%2Fviews%2Fdisplay%2FPage.php;h=23409ec56da04d8a8b72dc6b5732ed943006aa74;hp=baf1434449e7c1c98edd11df72616f730d8ed437;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/views/src/Plugin/views/display/Page.php b/web/core/modules/views/src/Plugin/views/display/Page.php index baf143444..23409ec56 100644 --- a/web/core/modules/views/src/Plugin/views/display/Page.php +++ b/web/core/modules/views/src/Plugin/views/display/Page.php @@ -259,7 +259,7 @@ class Page extends PathPluginBase { 'none' => $this->t('No menu entry'), 'normal' => $this->t('Normal menu entry'), 'tab' => $this->t('Menu tab'), - 'default tab' => $this->t('Default menu tab') + 'default tab' => $this->t('Default menu tab'), ], '#default_value' => $menu['type'], ]; @@ -532,7 +532,7 @@ class Page extends PathPluginBase { public function getPagerText() { return [ 'items per page title' => $this->t('Items per page'), - 'items per page description' => $this->t('Enter 0 for no limit.') + 'items per page description' => $this->t('Enter 0 for no limit.'), ]; }