From: Sam Reed Date: Fri, 21 May 2010 19:18:04 +0000 (+0000) Subject: Change text to Users for bug 23620 X-Git-Tag: 1.31.0-rc.0~36769 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=5b779c4c17a344ab9b768774d97ff844d79d4b30;p=lhc%2Fweb%2Fwiklou.git Change text to Users for bug 23620 --- diff --git a/includes/api/ApiQueryUserContributions.php b/includes/api/ApiQueryUserContributions.php index c866def2ff..24a03b7741 100644 --- a/includes/api/ApiQueryUserContributions.php +++ b/includes/api/ApiQueryUserContributions.php @@ -417,7 +417,7 @@ class ApiQueryContributions extends ApiQueryBase { 'start' => 'The start timestamp to return from', 'end' => 'The end timestamp to return to', 'continue' => 'When more results are available, use this to continue', - 'user' => 'The user to retrieve contributions for', + 'user' => 'The users to retrieve contributions for', 'userprefix' => "Retrieve contibutions for all users whose names begin with this value. Overrides {$p}user", 'dir' => 'The direction to search (older or newer)', 'namespace' => 'Only list contributions in these namespaces',