]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add space between two sentences.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 11 Apr 2011 13:25:43 +0000 (15:25 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 11 Apr 2011 13:25:43 +0000 (15:25 +0200)
actions/addpeopletag.php
actions/removepeopletag.php

index b5201cf2e4a88cd57194245c0a43371992cddfed..a1260efbd33cb372085e0ffb49123c83fa7f23c2 100644 (file)
@@ -152,7 +152,7 @@ class AddpeopletagAction extends Action
             } else {
                 // TRANS: Client error displayed when an unknown error occurs while tagging a user.
                 // TRANS: %s is a profile URL.
-                $this->clientError(sprintf(_('There was a problem tagging %s.' .
+                $this->clientError(sprintf(_('There was a problem tagging %s. ' .
                                       'The remote server is probably not responding correctly, ' .
                                       'please try retrying later.'), $this->profile->profileurl));
             }
index 4f7d9b75f5dc113ab307cd50962a4099d0e78058..2d9bd836c7973b058c1815e876e1687e01c4b80a 100644 (file)
@@ -154,7 +154,7 @@ class RemovepeopletagAction extends Action
             } else {
                 // TRANS: Client error displayed when an unknown error occurs while tagging a user.
                 // TRANS: %s is a profile URL.
-                $this->clientError(sprintf(_('There was a problem tagging %s.' .
+                $this->clientError(sprintf(_('There was a problem tagging %s. ' .
                                       'The remote server is probably not responding correctly, ' .
                                       'please try retrying later.'), $this->profile->profileurl));
             }