From: Siebrand Mazeland Date: Mon, 11 Apr 2011 13:25:43 +0000 (+0200) Subject: Add space between two sentences. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=abbe0cf4ab02c7e4719464e7ec098105ff320813;p=quix0rs-gnu-social.git Add space between two sentences. --- diff --git a/actions/addpeopletag.php b/actions/addpeopletag.php index b5201cf2e4..a1260efbd3 100644 --- a/actions/addpeopletag.php +++ b/actions/addpeopletag.php @@ -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)); } diff --git a/actions/removepeopletag.php b/actions/removepeopletag.php index 4f7d9b75f5..2d9bd836c7 100644 --- a/actions/removepeopletag.php +++ b/actions/removepeopletag.php @@ -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)); }