Index: trunk/phase3/includes/api/ApiParse.php |
— | — | @@ -387,7 +387,7 @@ |
388 | 388 | array( 'code' => 'missingrev', 'info' => 'There is no revision ID oldid' ), |
389 | 389 | array( 'code' => 'permissiondenied', 'info' => 'You don\'t have permission to view deleted revisions' ), |
390 | 390 | array( 'code' => 'missingtitle', 'info' => 'The page you specified doesn\'t exist' ), |
391 | | - array( 'code' => 'nosuchsection', 'info' => 'There is no section in '), |
| 391 | + array( 'code' => 'nosuchsection', 'info' => 'There is no section sectionnumber in page'), |
392 | 392 | array( 'nosuchpageid' ), |
393 | 393 | ) ); |
394 | 394 | } |