mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
Fix spelling mistake: Unandled -> Unhandled
This commit is contained in:
parent
6095e44064
commit
7d623fdfe3
@ -1493,7 +1493,7 @@ msgstr "UP"
|
|||||||
|
|
||||||
#: /usr/local/src/bugfix.master/modules/monitoring/application/views/scripts/list/components/servicesummary.phtml:23
|
#: /usr/local/src/bugfix.master/modules/monitoring/application/views/scripts/list/components/servicesummary.phtml:23
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unandled services with state %s"
|
msgid "Unhandled services with state %s"
|
||||||
msgstr "Unbestätigte Services mit Status %s"
|
msgstr "Unbestätigte Services mit Status %s"
|
||||||
|
|
||||||
#: /usr/local/src/bugfix.master/modules/monitoring/configuration.php:29
|
#: /usr/local/src/bugfix.master/modules/monitoring/configuration.php:29
|
||||||
|
@ -40,7 +40,7 @@ foreach (array(2 => 'critical', 3 => 'unknown', 1 => 'warning') as $stateId => $
|
|||||||
$this->stats->$unhandled,
|
$this->stats->$unhandled,
|
||||||
$selfUrl,
|
$selfUrl,
|
||||||
$paramsUnhandled,
|
$paramsUnhandled,
|
||||||
array('title' => sprintf($this->translate('Unandled services with state %s'), strtoupper($this->translate($state))))
|
array('title' => sprintf($this->translate('Unhandled services with state %s'), strtoupper($this->translate($state))))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if ($this->stats->$handled) {
|
if ($this->stats->$handled) {
|
||||||
|
@ -43,7 +43,7 @@ foreach (array(2 => 'critical', 3 => 'unknown', 1 => 'warning') as $stateId => $
|
|||||||
$this->stats->$unhandled,
|
$this->stats->$unhandled,
|
||||||
$selfUrl,
|
$selfUrl,
|
||||||
$paramsUnhandled,
|
$paramsUnhandled,
|
||||||
array('title' => sprintf($this->translate('Unandled services with state %s'), strtoupper($this->translate($state))))
|
array('title' => sprintf($this->translate('Unhandled services with state %s'), strtoupper($this->translate($state))))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if ($this->stats->$handled) {
|
if ($this->stats->$handled) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user