From 07ba40f33ea4434f11bd3919ad591d3d6acccf6c Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 28 Feb 2011 11:44:27 -0500 Subject: Use Sudo rather than SUDO as a label. ticket 1005 --- ipalib/plugins/internal.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index ae8bf3b9..436867ba 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -262,11 +262,11 @@ class i18n_messages(Command): "unprovision":_("Unprovision"), }, "sudocmd": { - "add":_("Add New SUDO Command"), + "add":_("Add New Sudo Command"), "groups":_("Groups"), }, "sudocmdgroup": { - "add":_("Add New SUDO Command Group"), + "add":_("Add New Sudo Command Group"), "commands":_("Commands"), }, "sudorule": { @@ -361,7 +361,7 @@ class i18n_messages(Command): "policy":_("Policy"), "audit": _("Audit"), "ipaserver":_("IPA Server"), - "sudo":_("SUDO"), + "sudo":_("Sudo"), "hbac":_("HBAC"), "role":_("Role Based Access Control") }, -- cgit