diff options
author | Rob Crittenden <rcritten@redhat.com> | 2011-02-28 11:44:27 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-03-01 16:48:35 -0500 |
commit | 07ba40f33ea4434f11bd3919ad591d3d6acccf6c (patch) | |
tree | 920ba5cf9f5986e31af69e9fdf0c8514d3cb8b61 /ipalib/plugins/internal.py | |
parent | 2dd0fb9200421c39a6303f733d56834ffe863483 (diff) | |
download | freeipa-07ba40f33ea4434f11bd3919ad591d3d6acccf6c.tar.gz freeipa-07ba40f33ea4434f11bd3919ad591d3d6acccf6c.tar.xz freeipa-07ba40f33ea4434f11bd3919ad591d3d6acccf6c.zip |
Use Sudo rather than SUDO as a label.
ticket 1005
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r-- | ipalib/plugins/internal.py | 6 |
1 files changed, 3 insertions, 3 deletions
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") }, |