summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-11-07 22:31:02 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-11-07 22:31:02 +0100
commit66e34a28f734f4356e850ec9856431c37d307b7b (patch)
tree23906f1f5f0e651bc47fc3e5133a5258b1e923d2
parent7aa24cbc67a859ed1e2abd84306883088ff5f116 (diff)
screen_name -> nick names. Spotted by The Evil IP address.
-rw-r--r--actions/apifriendshipsexists.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apifriendshipsexists.php b/actions/apifriendshipsexists.php
index c8766633b..43b1daf4f 100644
--- a/actions/apifriendshipsexists.php
+++ b/actions/apifriendshipsexists.php
@@ -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
);