Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -2677,7 +2677,7 @@ |
2678 | 2678 | 'autocomment-prefix', |
2679 | 2679 | 'pipe-separator', |
2680 | 2680 | 'word-separator', |
2681 | | - 'ellipsis-separator', |
| 2681 | + 'ellipsis', |
2682 | 2682 | ), |
2683 | 2683 | 'imgmulti' => array( |
2684 | 2684 | 'imgmultipageprev', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -3537,7 +3537,7 @@ |
3538 | 3538 | 'autocomment-prefix' => '- ', # only translate this message to other languages if you have to change it |
3539 | 3539 | 'pipe-separator' => '|', # only translate this message to other languages if you have to change it |
3540 | 3540 | 'word-separator' => ' ', # only translate this message to other languages if you have to change it |
3541 | | -'ellipsis-separator' => '…', # only translate this message to other languages if you have to change it |
| 3541 | +'ellipsis' => '…', # only translate this message to other languages if you have to change it |
3542 | 3542 | |
3543 | 3543 | # Multipage image navigation |
3544 | 3544 | 'imgmultipageprev' => '← previous page', |
Index: trunk/phase3/languages/messages/MessagesBs.php |
— | — | @@ -2951,7 +2951,6 @@ |
2952 | 2952 | 'autocomment-prefix' => '- ', |
2953 | 2953 | 'pipe-separator' => '|', |
2954 | 2954 | 'word-separator' => ' ', |
2955 | | -'ellipsis-separator' => '…', |
2956 | 2955 | |
2957 | 2956 | # Multipage image navigation |
2958 | 2957 | 'imgmultipageprev' => '← prethodna stranica', |
Index: trunk/extensions/MWSearch/MWSearch_body.php |
— | — | @@ -324,7 +324,7 @@ |
325 | 325 | $start = 0; |
326 | 326 | $snippet = ""; |
327 | 327 | $hi = 0; |
328 | | - $ellipsis = wfMsg( 'ellipsis-separator' ); |
| 328 | + $ellipsis = wfMsgForContent( 'ellipsis' ); |
329 | 329 | |
330 | 330 | foreach($splits as $sp){ |
331 | 331 | $sp = intval($sp); |