Nicer wording, as per werdna on irc
authorSam Reed <reedy@users.mediawiki.org>
Mon, 10 May 2010 13:30:22 +0000 (13:30 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 10 May 2010 13:30:22 +0000 (13:30 +0000)
includes/api/ApiParse.php

index 5618f97..8658713 100644 (file)
@@ -323,8 +323,8 @@ class ApiParse extends ApiBase {
                        'pst' => array( 'Do a pre-save transform on the input before parsing it.',
                                        'Ignored if page or oldid is used.'
                        ),
-                       'onlypst' => array( 'Do a PST on the input, but don\'t parse it.',
-                                       'Returns PSTed wikitext. Ignored if page or oldid is used.'
+                       'onlypst' => array( 'Do a pre-save transform (PST) on the input, but don\'t parse it.',
+                                       'Returns the same wikitext, after a PST has been applied. Ignored if page or oldid is used.'
                        ),
                        'uselang' => 'Which language to parse the request in.'
                );