]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Several whitespace fixes
authorOri Avtalion <ori@avtalion.name>
Fri, 1 May 2009 11:12:13 +0000 (07:12 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 1 May 2009 11:12:13 +0000 (07:12 -0400)
actions/openidsettings.php
actions/recoverpassword.php

index 92469d20f89a1af6046a09b6ff27e6a2eed02902..5f59ebc014d57bfe9ff4a1279dc3a4714e98fb72 100644 (file)
@@ -67,8 +67,8 @@ class OpenidsettingsAction extends AccountSettingsAction
 
     function getInstructions()
     {
-        return _('[OpenID](%%doc.openid%%) lets you log into many sites ' .
-                 ' with the same user account. '.
+        return _('[OpenID](%%doc.openid%%) lets you log into many sites' .
+                 ' with the same user account.'.
                  ' Manage your associated OpenIDs from here.');
     }
 
index 620fe7eb8e20ed9c5f05f5615fe19356980e6cba..82263fcd59903cc921e42f4c55bc14c3cf2c94a4 100644 (file)
@@ -151,11 +151,11 @@ class RecoverpasswordAction extends Action
                 $this->element('p', null,
                                _('If you\'ve forgotten or lost your' .
                                  ' password, you can get a new one sent to' .
-                                 ' the email address you have stored ' .
+                                 ' the email address you have stored' .
                                  ' in your account.'));
             } else if ($this->mode == 'reset') {
                 $this->element('p', null,
-                               _('You\'ve been identified. Enter a ' .
+                               _('You\'ve been identified. Enter a' .
                                  ' new password below. '));
             }
             $this->elementEnd('div');