Index: trunk/phase3/includes/api/ApiParse.php |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | if(!is_null($page)) { |
53 | 53 | $titleObj = Title::newFromText($page); |
54 | 54 | if(!$titleObj) |
55 | | - $this->dieUsageMsg(array('missingtitle', $page)); |
| 55 | + $this->dieUsage("The page you specified doesn't exist", 'missingtitle') |
56 | 56 | |
57 | 57 | // Try the parser cache first |
58 | 58 | $articleObj = new Article($titleObj); |