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
|
||||
#, php-format
|
||||
msgid "Unandled services with state %s"
|
||||
msgid "Unhandled services with state %s"
|
||||
msgstr "Unbestätigte Services mit Status %s"
|
||||
|
||||
#: /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,
|
||||
$selfUrl,
|
||||
$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) {
|
||||
|
|
|
@ -43,7 +43,7 @@ foreach (array(2 => 'critical', 3 => 'unknown', 1 => 'warning') as $stateId => $
|
|||
$this->stats->$unhandled,
|
||||
$selfUrl,
|
||||
$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) {
|
||||
|
|
Loading…
Reference in New Issue