summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-31 14:47:03 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-09-01 14:12:15 +0000
commit6892d6e594ae5594261d2975bd745549e7684988 (patch)
tree2534e8a0477f246da1c2e86b2179e153dadc0fc7 /ipalib
parent15cada3733046d4407df5d1269c040a6a7872ca9 (diff)
downloadfreeipa-6892d6e594ae5594261d2975bd745549e7684988.tar.gz
freeipa-6892d6e594ae5594261d2975bd745549e7684988.tar.xz
freeipa-6892d6e594ae5594261d2975bd745549e7684988.zip
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
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py1
1 files changed, 1 insertions, 0 deletions
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"),