summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-12-23 15:12:45 -0500
committerAdam Young <ayoung@redhat.com>2010-12-23 15:12:45 -0500
commit590eef29363e41db60386e0f230d75027ede2b2f (patch)
treea3be9269914d9a8f6f2103b0973fde2620e8c678 /ipalib
parente0c95e235cf8fca06dfca106facd4e8648c28641 (diff)
downloadfreeipa-590eef29363e41db60386e0f230d75027ede2b2f.tar.gz
freeipa-590eef29363e41db60386e0f230d75027ede2b2f.tar.xz
freeipa-590eef29363e41db60386e0f230d75027ede2b2f.zip
status label
Change the label for the account status field IAW https://fedorahosted.org/freeipa/ticket/677
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py
index bae1f0a3d..9ccd216d9 100644
--- a/ipalib/plugins/user.py
+++ b/ipalib/plugins/user.py
@@ -203,7 +203,7 @@ class user(LDAPObject):
label=_('Car License'),
),
Bool('nsaccountlock?',
- label=_('Account disabled'),
+ label=_('Account activation status:'),
flags=['no_create', 'no_update', 'no_search'],
),
)