This commit is contained in:
Lee Clemens 2016-07-21 11:00:31 -04:00 committed by Thomas Gelf
parent fe0da623a7
commit b93f83eddc
2 changed files with 2 additions and 2 deletions

View File

@ -3239,7 +3239,7 @@ msgstr ""
"der Liste gewählt wird"
#: /usr/share/icingaweb2/modules/director/application/views/scripts/index/index.phtml:103
msgid "Wondering about what changed why? Track you changes!"
msgid "Wondering about what changed why? Track your changes!"
msgstr "Hier kann nachvollzogen werden, was weshalb verändert wurde."
#: /usr/share/icingaweb2/modules/director/application/forms/IcingaDeleteObjectForm.php:16

View File

@ -100,7 +100,7 @@ $all = array(
),
$this->translate('Deploy configuration to your Icinga nodes') => array(
array('wrench', $this->translate('Deployment'), 'director/config/deployments', $this->translate('Config deployment') . pendingDeployments($this), $this->undeployedActivities ? 'warning' : 'ok'),
array('book', $this->translate('Activity Log'), 'director/config/activities', $this->translate('Wondering about what changed why? Track you changes!'), 'ok'),
array('book', $this->translate('Activity Log'), 'director/config/activities', $this->translate('Wondering about what changed why? Track your changes!'), 'ok'),
array('lock-open-alt', $this->translate('Api users'), 'director/apiusers', statSummary($this, 'apiuser')),
array('cloud', $this->translate('Endpoints'), 'director/endpoints', statSummary($this, 'endpoint') . ( $this->hasDeploymentEndpoint ? '' : '. ' . $this->translate('None could be used for deployments right now')), $this->hasDeploymentEndpoint ? '' : 'critical'),
array('globe', $this->translate('Zones'), 'director/zones', statSummary($this, 'zone')),