Add space between two sentences.
This commit is contained in:
parent
0644cdb6d0
commit
abbe0cf4ab
@ -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));
|
||||
}
|
||||
|
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user