Add comment for 'ipboptions'
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 17 Dec 2007 18:36:20 +0000 (18:36 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 17 Dec 2007 18:36:20 +0000 (18:36 +0000)
maintenance/language/messages.inc

index 8948186..c5727ab 100644 (file)
@@ -2510,5 +2510,6 @@ $wgMessageComments = array(
        'exif-orientation-6'          => '0th row: right; 0th column: top',
        'exif-orientation-7'          => '0th row: right; 0th column: bottom',
        'exif-orientation-8'          => '0th row: left; 0th column: bottom',
-       'movepage-moved'              => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.'
+       'movepage-moved'              => 'The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.',
+       'ipboptions'                  => 'display1:time1,display2:time2,...',
 );