Index: trunk/phase3/includes/api/ApiBase.php |
— | — | @@ -808,7 +808,7 @@ |
809 | 809 | 'noimageredirect-logged' => array('code' => 'noimageredirect', 'info' => "You don't have permission to create image redirects"), |
810 | 810 | 'spamdetected' => array('code' => 'spamdetected', 'info' => "Your edit was refused because it contained a spam fragment: ``\$1''"), |
811 | 811 | 'filtered' => array('code' => 'filtered', 'info' => "The filter callback function refused your edit"), |
812 | | - 'contenttoobig' => array('code' => 'contenttoobig', 'info' => "The content you supplied exceeds the article size limit of \$1 bytes"), |
| 812 | + 'contenttoobig' => array('code' => 'contenttoobig', 'info' => "The content you supplied exceeds the article size limit of \$1 kilobytes"), |
813 | 813 | 'noedit-anon' => array('code' => 'noedit-anon', 'info' => "Anonymous users can't edit pages"), |
814 | 814 | 'noedit' => array('code' => 'noedit', 'info' => "You don't have permission to edit pages"), |
815 | 815 | 'wasdeleted' => array('code' => 'pagedeleted', 'info' => "The page has been deleted since you fetched its timestamp"), |