From 5cc119c711881c709193ee3a074d4482b5e6d92d Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 31 Dec 2008 20:46:21 +0000 Subject: [PATCH] Follow-up to r45158 * 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 | 1 - languages/messages/MessagesEn.php | 2 +- maintenance/language/messages.inc | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/languages/messages/MessagesBs.php b/languages/messages/MessagesBs.php index 26fc7f89b1..d47e350578 100644 --- a/languages/messages/MessagesBs.php +++ b/languages/messages/MessagesBs.php @@ -2951,7 +2951,6 @@ Molimo Vas da potvrdite da stvarno želite da ponovo napravite ovaj članak.", 'autocomment-prefix' => '- ', 'pipe-separator' => '|', 'word-separator' => ' ', -'ellipsis-separator' => '…', # Multipage image navigation 'imgmultipageprev' => '← prethodna stranica', diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index c018214266..e3081c11a2 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3537,7 +3537,7 @@ Please confirm that you really want to recreate this page.", 'autocomment-prefix' => '- ', # 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' => ' ', # 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', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 36cdea79b7..8946f1f678 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -2677,7 +2677,7 @@ $wgMessageStructure = array( 'autocomment-prefix', 'pipe-separator', 'word-separator', - 'ellipsis-separator', + 'ellipsis', ), 'imgmulti' => array( 'imgmultipageprev', -- 2.20.1