SyncRuleForm: fix typo of policy

This commit is contained in:
Lee Clemens 2016-08-23 12:11:46 -04:00 committed by Thomas Gelf
parent 48df6cc9bd
commit 960fe14355
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ class SyncRuleForm extends DirectorObjectForm
));
$this->addElement('select', 'update_policy', array(
'label' => $this->translate('Update Policity'),
'label' => $this->translate('Update Policy'),
'description' => $this->translate(
'Define what should happen when an object with a matching key'
. " already exists. You could merge its properties (import source"

View File

@ -2947,7 +2947,7 @@ msgid "Update Method"
msgstr "Aktualisierungsmethode"
#: /usr/share/icingaweb2/modules/director/application/forms/SyncRuleForm.php:39
msgid "Update Policity"
msgid "Update Policy"
msgstr "Aktualisierungsrichtlinie"
#: /usr/share/icingaweb2/modules/director/application/forms/SyncPropertyForm.php:228