From fb7640db0a7b6fcb5cc60f9e3f2c567c4da9eca9 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 23 Feb 2015 17:06:01 +0100 Subject: [PATCH] Add proper titles to the Limiter control refs #8458 --- library/Icinga/Web/Widget/Limiter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Web/Widget/Limiter.php b/library/Icinga/Web/Widget/Limiter.php index 1dc306982..9febf6f63 100644 --- a/library/Icinga/Web/Widget/Limiter.php +++ b/library/Icinga/Web/Widget/Limiter.php @@ -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) ) ); }