From 960fe14355171563c4851939d897fd47482bab13 Mon Sep 17 00:00:00 2001 From: Lee Clemens Date: Tue, 23 Aug 2016 12:11:46 -0400 Subject: [PATCH] SyncRuleForm: fix typo of policy --- application/forms/SyncRuleForm.php | 2 +- application/locale/de_DE/LC_MESSAGES/director.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/forms/SyncRuleForm.php b/application/forms/SyncRuleForm.php index 75cbb76f..87ad2100 100644 --- a/application/forms/SyncRuleForm.php +++ b/application/forms/SyncRuleForm.php @@ -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" diff --git a/application/locale/de_DE/LC_MESSAGES/director.po b/application/locale/de_DE/LC_MESSAGES/director.po index e8f22125..81c8ce73 100644 --- a/application/locale/de_DE/LC_MESSAGES/director.po +++ b/application/locale/de_DE/LC_MESSAGES/director.po @@ -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