r94610 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94609‎ | r94610 | r94611 >
Date:08:15, 16 August 2011
Author:siebrand
Status:ok
Tags:
Comment:
Fix typo.
Modified paths:
  • /trunk/extensions/SubPageList/SubPageList.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SubPageList/SubPageList.i18n.php
@@ -36,7 +36,7 @@
3737 'spl-subpages-par-intro' => 'The text to output before the list, if the list is not empty.',
3838 'spl-subpages-par-outro' => 'The text to output after the list, if the list is not empty.',
3939 'spl-subpages-par-default' => 'The text to output instead of the list, if the list is empty. If empty, error message will rendered (such as "Page has no subpages to list"). If dash ("-"), result will be completely empty.',
40 - 'spl-subpages-par-separator' => 'The text to output between two list items in case of "list" (and it\'s alias "bar") format. Has no effect in other formats.',
 40+ 'spl-subpages-par-separator' => 'The text to output between two list items in case of "list" (and its alias "bar") format. Has no effect in other formats.',
4141 'spl-subpages-par-template' => 'The name of template. The template is applied to every item of the list. An item is passed as the first (unnamed) argument. Note that template does not cancel list formatting. Formatting ("ul", "ol", "list") is applied to the template\'s result.',
4242 'spl-subpages-par-links' => 'If true, list items are rendered as links. If false, list items are rendered as plain text. The latter is especially helpful for passing items into templates for further processing.',
4343 );

Status & tagging log