From 620f602f13def780c1bd7d501ddf537f7ea0fa34 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 22 Apr 2017 08:06:07 +0200 Subject: [PATCH] Fix typo --- plugins/password/localization/en_US.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/password/localization/en_US.inc b/plugins/password/localization/en_US.inc index 79a94a2e9..89790e53c 100644 --- a/plugins/password/localization/en_US.inc +++ b/plugins/password/localization/en_US.inc @@ -39,4 +39,4 @@ $messages['passwinhistory'] = 'This password has already been used previously.'; $messages['samepasswd'] = 'New password have to be different from the old one.'; $messages['passwdexpirewarning'] = 'Warning! Your password will expire soon, change it before $expirationdatetime.'; $messages['passwdexpired'] = 'Your password has expired, you have to change it now!'; -$messages['passwdconstraintviolation'] = 'Password constraint violation. Password probably to weak.'; +$messages['passwdconstraintviolation'] = 'Password constraint violation. Password probably too weak.';