diff --git a/lang/en/admin.php b/lang/en/admin.php index a97f3cc4e09..63e1d819d62 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -773,8 +773,8 @@ $string['order1'] = 'First'; $string['order2'] = 'Second'; $string['order3'] = 'Third'; $string['order4'] = 'Fourth'; -$string['passwordchangelogout'] = 'Logout others after password change'; -$string['passwordchangelogout_desc'] = 'Terminate all other user sessions after change of password. Password changes from bulk user uploads are ignored.'; +$string['passwordchangelogout'] = 'Log out after password change'; +$string['passwordchangelogout_desc'] = 'If enabled, when a password is changed, all browser sessions are terminated, apart from the one in which the new password is specified. (This setting does not affect password changes via bulk user upload.)'; $string['passwordpolicy'] = 'Password policy'; $string['passwordresettime'] = 'Maximum time to validate password reset request'; $string['pathtoclam'] = 'clam AV path';