Fixup getPossibleErrors description from r66150, add missing placeholders
authorSam Reed <reedy@users.mediawiki.org>
Mon, 10 May 2010 18:54:33 +0000 (18:54 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 10 May 2010 18:54:33 +0000 (18:54 +0000)
includes/api/ApiParse.php

index 20b667d..ac72504 100644 (file)
@@ -387,7 +387,7 @@ class ApiParse extends ApiBase {
                        array( 'code' => 'missingrev', 'info' => 'There is no revision ID oldid' ),
                        array( 'code' => 'permissiondenied', 'info' => 'You don\'t have permission to view deleted revisions' ),
                        array( 'code' => 'missingtitle', 'info' => 'The page you specified doesn\'t exist' ),
-                       array( 'code' => 'nosuchsection', 'info' => 'There is no section  in '),
+                       array( 'code' => 'nosuchsection', 'info' => 'There is no section sectionnumber in page'),
                        array( 'nosuchpageid' ),
                ) );
        }