Add space between two sentences.

This commit is contained in:
Siebrand Mazeland 2011-04-11 15:25:43 +02:00
parent 0644cdb6d0
commit abbe0cf4ab
2 changed files with 2 additions and 2 deletions

View 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));
}

View 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));
}