From 66e34a28f734f4356e850ec9856431c37d307b7b Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 7 Nov 2010 22:31:02 +0100 Subject: [PATCH] screen_name -> nick names. Spotted by The Evil IP address. --- actions/apifriendshipsexists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/apifriendshipsexists.php b/actions/apifriendshipsexists.php index c8766633b6..43b1daf4fc 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 );