From 638b872205529bc6cf6e0a7670ccec42b488b83a Mon Sep 17 00:00:00 2001 From: Ondrej Hamada Date: Mar 23 2012 15:59:21 +0000 Subject: Typos in FreeIPA messages Rebased patch sent by Yuri Chornoivan (yurchor@ukr.net). Fixes 'occured' and 'commond' typos in FreeIPA messages. https://fedorahosted.org/freeipa/ticket/2526 --- diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 8aa4760..6eed01e 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -217,7 +217,7 @@ "ptr_redir_zone": "Zone found: ${zone}", "ptr_redir_zone_err": "Target reverse zone not found.", "ptr_redir_zones": "Fetching DNS zones.", - "ptr_redir_zones_err": "An error occurd while fetching dns zones.", + "ptr_redir_zones_err": "An error occurred while fetching dns zones.", "redirection_dnszone": "You will be redirected to DNS Zone.", "standard": "Standard Record Types", "title": "Records for DNS Zone", @@ -619,4 +619,4 @@ } ] } -} \ No newline at end of file +} diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 23b5237..8ce3a00 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -354,7 +354,7 @@ class i18n_messages(Command): "ptr_redir_zone": _("Zone found: ${zone}"), "ptr_redir_zone_err": _("Target reverse zone not found."), "ptr_redir_zones": _("Fetching DNS zones."), - "ptr_redir_zones_err": _("An error occurd while fetching dns zones."), + "ptr_redir_zones_err": _("An error occurred while fetching dns zones."), "redirection_dnszone": _("You will be redirected to DNS Zone."), "standard": _("Standard Record Types"), "title": _("Records for DNS Zone"), diff --git a/ipalib/plugins/selinuxusermap.py b/ipalib/plugins/selinuxusermap.py index ee9a813..e33e101 100644 --- a/ipalib/plugins/selinuxusermap.py +++ b/ipalib/plugins/selinuxusermap.py @@ -65,7 +65,7 @@ EXAMPLES: SEEALSO: The list controlling the order in which the SELinux user map is applied - and the default SELinux user are available in the config-show commond. + and the default SELinux user are available in the config-show command. """) notboth_err = _('HBAC rule and local members cannot both be set')