From 285ee9db0ccdac92e0b2b7253483111a5152a465 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 14 Jan 2011 15:14:32 -0500 Subject: Details to Settings Using I18N messages for most of the details --- ipalib/plugins/internal.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 17bf9460..89b2b4dd 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -84,6 +84,10 @@ class i18n_messages(Command): "enroll":_("Enroll"), "remove":_("Delete"), }, + "facets":{ + "search":_("Search"), + "details": _("Settings"), + }, "search":{ "quick_links":_("Quick Links"), "select_all":_("Select All"), @@ -91,11 +95,11 @@ class i18n_messages(Command): "delete_confirm":_("Do you really want to delete the selected entries?"), }, "details":{ - "identity":_("Identity Details"), - "account":_("Account Details"), - "contact":_("Contact Details"), + "identity":_("Identity Settings"), + "account":_("Account Settings"), + "contact":_("Contact Settings"), "mailing":_("Mailing Address"), - "employee":_(" Employee Information"), + "employee":_("Employee Information"), "misc":_("Misc. Information"), "to_top":_("Back to Top")}, "association":{ -- cgit