]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/passwordsettings.php
Remove more contractions
[quix0rs-gnu-social.git] / actions / passwordsettings.php
index 87eb45a7d054f33bedd9a828683a93d36ee1608d..6658d279f29f19ff1dad35eceffa0b3d861018d5 100644 (file)
@@ -97,7 +97,7 @@ class PasswordsettingsAction extends AccountSettingsAction
 
 
         $this->elementStart('ul', 'form_data');
-        // Users who logged in with OpenID won't have a pwd
+        // Users who logged in with OpenID will not have a pwd
         if ($user->password) {
             $this->elementStart('li');
             $this->password('oldpassword', _('Old password'));