summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-07-05 14:55:03 -0400
committerAdam Young <ayoung@redhat.com>2011-07-05 18:00:05 -0400
commita38ad1d433a4cb6d35c582d48ed044e7fbfd8508 (patch)
tree2b09b8c74f6560b27eb15641e01d822045cc6739 /ipalib/plugins
parenta3a9267334ad47e78f8d3b223015b5b408a2225c (diff)
downloadfreeipa-a38ad1d433a4cb6d35c582d48ed044e7fbfd8508.tar.gz
freeipa-a38ad1d433a4cb6d35c582d48ed044e7fbfd8508.tar.xz
freeipa-a38ad1d433a4cb6d35c582d48ed044e7fbfd8508.zip
password expiration label
Diffstat (limited to 'ipalib/plugins')
-rw-r--r--ipalib/plugins/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/config.py b/ipalib/plugins/config.py
index cbca86015..349717925 100644
--- a/ipalib/plugins/config.py
+++ b/ipalib/plugins/config.py
@@ -163,7 +163,7 @@ class config(LDAPObject):
),
Int('ipapwdexpadvnotify?',
cli_name='pwdexpnotify',
- label=_('Password Expiration Notification'),
+ label=_('Password Expiration Notification (days)'),
doc=_('Number of days\'s notice of impending password expiration.'),
minvalue=0,
),