From e68fc9069d6053825e1510a938cf2ff57fdca257 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 31 Aug 2011 14:47:03 -0500 Subject: Fixed hard-coded UI message in entity.js. The hard-coded label in IPA.facet has been moved into internal.py to allow translation. Ticket #1701 --- ipalib/plugins/internal.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index f5f577308..b87fa27a3 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -173,6 +173,7 @@ class i18n_messages(Command): "validation_message": _("Input form contains invalid or missing values."), }, "errors": { + "error": _("Error"), "http_error": _("HTTP Error"), "internal_error": _("Internal Error"), "ipa_error": _("IPA Error"), -- cgit