monitoring: Read "List all services" rather than "show all services"

This commit is contained in:
Eric Lippmann 2015-09-01 09:13:08 +02:00
parent 9bd3fc90f7
commit 6007cc7f7b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $i = 0;
<div class="hbox-item multi-commands"> <div class="hbox-item multi-commands">
<?php if ($i > 5): ?> <?php if ($i > 5): ?>
<?= $this->qlink( <?= $this->qlink(
sprintf($this->translate('show all %d services'), $i), sprintf($this->translate('List all %d services'), $i),
$listAllLink, $listAllLink,
null, null,
array( array(