From abbe0cf4ab02c7e4719464e7ec098105ff320813 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 11 Apr 2011 15:25:43 +0200 Subject: [PATCH] Add space between two sentences. --- actions/addpeopletag.php | 2 +- actions/removepeopletag.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)); } -- 2.39.5