From 8bbb42b4102b62b215ece59b8b6561af13891e9e Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 16 Sep 2012 19:35:56 +0300 Subject: Fix various typos. https://fedorahosted.org/freeipa/ticket/3089 --- ipalib/plugins/internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 09e08be1..4dc409cd 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -245,7 +245,7 @@ class i18n_messages(Command): "refresh": _("Refresh the page."), "reload": _("Reload the browser."), "main_page": _("Return to the main page and retry the operation"), - "title": _("An error has occured (${error})"), + "title": _("An error has occurred (${error})"), }, "errors": { "error": _("Error"), -- cgit