Follow-up to r45158
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 31 Dec 2008 20:46:21 +0000 (20:46 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 31 Dec 2008 20:46:21 +0000 (20:46 +0000)
* Rename 'ellipsis-separator' to just 'ellipsis'. Clearer, since it's not really a separator ;) and shorter so people will be more likely to use it!
* Use wfMsgForContent() in MWSearch, since we're using it in the context of page content the ellipsis should match content language.

languages/messages/MessagesBs.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 26fc7f8..d47e350 100644 (file)
@@ -2951,7 +2951,6 @@ Molimo Vas da potvrdite da stvarno želite da ponovo napravite ovaj članak.",
 'autocomment-prefix'  => '-&#32;',
 'pipe-separator'      => '|',
 'word-separator'      => '&#32;',
-'ellipsis-separator'  => '…',
 
 # Multipage image navigation
 'imgmultipageprev' => '← prethodna stranica',
index c018214..e3081c1 100644 (file)
@@ -3537,7 +3537,7 @@ Please confirm that you really want to recreate this page.",
 'autocomment-prefix'  => '-&#32;', # only translate this message to other languages if you have to change it
 'pipe-separator'      => '|', # only translate this message to other languages if you have to change it
 'word-separator'      => '&#32;', # only translate this message to other languages if you have to change it
-'ellipsis-separator'  => '…', # only translate this message to other languages if you have to change it
+'ellipsis'            => '…', # only translate this message to other languages if you have to change it
 
 # Multipage image navigation
 'imgmultipageprev' => '← previous page',
index 36cdea7..8946f1f 100644 (file)
@@ -2677,7 +2677,7 @@ $wgMessageStructure = array(
                'autocomment-prefix',
                'pipe-separator',
                'word-separator',
-               'ellipsis-separator',
+               'ellipsis',
        ),
        'imgmulti' => array(
                'imgmultipageprev',