summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorOndrej Hamada <ohamada@redhat.com>2012-03-14 13:16:29 +0100
committerMartin Kosek <mkosek@redhat.com>2012-03-23 16:59:12 +0100
commitcfafc415f3357ae9aac679b6c9acd1845a2c39ef (patch)
tree7432c7e2f6cfe9b18cf6bdded36f4ce528bef952 /ipalib/plugins/internal.py
parent9578f6757293f2de2da5bd1c10e35266a999b94c (diff)
downloadfreeipa.git-cfafc415f3357ae9aac679b6c9acd1845a2c39ef.tar.gz
freeipa.git-cfafc415f3357ae9aac679b6c9acd1845a2c39ef.tar.xz
freeipa.git-cfafc415f3357ae9aac679b6c9acd1845a2c39ef.zip
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
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 23b52372..8ce3a006 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"),