diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc
index 353d77677872a9324a231dd7e3884024309f2fcc..3e78d40e8e4159754f15323adffea5a194e8ea36 100644
--- a/plugins/personal/posix/class_posixAccount.inc
+++ b/plugins/personal/posix/class_posixAccount.inc
@@ -153,7 +153,7 @@ class posixAccount extends simplePlugin
             'mustchangepassword', FALSE
           ),
           new IntAttribute(
-            _('Delay before locking password (days)'), _('The user won\'t be able to change his password after this number of days (leave empty to disable)'),
+            _('Minimum delay between password changes (days)'), _('The user won\'t be able to change his password before this number of days (leave empty to disable)'),
             'shadowMin', FALSE,
             0, FALSE, ''
           ),