mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
lib/Limiter: fix translate w/ sprintf
This commit is contained in:
parent
8c02f140c3
commit
995355ec30
@ -81,7 +81,7 @@ class Limiter extends AbstractWidget
|
|||||||
$this->url->setParam('limit', $limit),
|
$this->url->setParam('limit', $limit),
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'title' => t(sprintf('Show %s rows on one page', $caption))
|
'title' => sprintf(t('Show %s rows on one page'), $caption)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user