screen_name -> nick names. Spotted by The Evil IP address.

This commit is contained in:
Siebrand Mazeland 2010-11-07 22:31:02 +01:00
parent 7aa24cbc67
commit 66e34a28f7
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class ApiFriendshipsExistsAction extends ApiPrivateAuthAction
if (empty($this->profile_a) || empty($this->profile_b)) {
$this->clientError(
// TRANS: Client error displayed when supplying invalid parameters to an API call checking if a friendship exists.
_('Two valid IDs or screen_names must be supplied.'),
_('Two valid IDs or nick names must be supplied.'),
400,
$this->format
);