Index: trunk/phase3/includes/api/ApiQueryAllUsers.php |
— | — | @@ -224,7 +224,7 @@ |
225 | 225 | return array( |
226 | 226 | 'from' => 'The user name to start enumerating from', |
227 | 227 | 'to' => 'The user name to stop enumerating at', |
228 | | - 'prefix' => 'Search for all page titles that begin with this value', |
| 228 | + 'prefix' => 'Search for all users that begin with this value', |
229 | 229 | 'group' => 'Limit users to a given group name', |
230 | 230 | 'prop' => array( |
231 | 231 | 'What pieces of information to include.', |