From 47d61e6cabc7a9053a7878ea3b8676ad59415f39 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 29 Nov 2010 14:26:55 -0500 Subject: action panel sibling added function to get sibling entities from the tab set. remove explicit sibling code from entity pages Modified the Label fields on HBAC and SUDO to make them appear cleaner in the UI --- ipalib/plugins/sudorule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/sudorule.py') diff --git a/ipalib/plugins/sudorule.py b/ipalib/plugins/sudorule.py index df0ae5c4d..6a81b86b9 100644 --- a/ipalib/plugins/sudorule.py +++ b/ipalib/plugins/sudorule.py @@ -46,7 +46,7 @@ class sudorule(LDAPObject): 'memberdenycmd': ['sudocmd', 'sudocmdgroup'], } - label = _('SudoRule') + label = _('SUDO') takes_params = ( Str('cn', -- cgit