Prefix searches for users, not pages
authorSam Reed <reedy@users.mediawiki.org>
Tue, 10 Aug 2010 10:05:31 +0000 (10:05 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Tue, 10 Aug 2010 10:05:31 +0000 (10:05 +0000)
includes/api/ApiQueryAllUsers.php

index 5cc5602..d58585a 100644 (file)
@@ -224,7 +224,7 @@ class ApiQueryAllUsers extends ApiQueryBase {
                return array(
                        'from' => 'The user name to start enumerating from',
                        'to' => 'The user name to stop enumerating at',
-                       'prefix' => 'Search for all page titles that begin with this value',
+                       'prefix' => 'Search for all users that begin with this value',
                        'group' => 'Limit users to a given group name',
                        'prop' => array(
                                'What pieces of information to include.',