Add proper titles to the Limiter control

refs #8458
This commit is contained in:
Johannes Meyer 2015-02-23 17:06:01 +01:00
parent b2f817925b
commit fb7640db0a
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Limiter extends AbstractWidget
$this->url->setParam('limit', $limit),
null,
array(
'title' => sprintf(t('Show %s rows on one page'), $caption)
'title' => sprintf($view->translate('Limit each page to a maximum of %u rows'), $caption)
)
);
}