From 2e155ae1ff838efca30fddbf07cbace472d437b9 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Mon, 3 Jun 2013 19:28:56 -0300 Subject: [PATCH] Change autocomment-prefix to be blank. Looks weird being '- ' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This messages inserts stuff before the special formatting in /* header */ comments, if it is not the first thing in the edit summary. I'm assuming putting a dash there made sense originally, but now with the → it looks kind of weird imo. Also it can be confused since '-' is often taken to mean removal of content. I was considering using '-' to disable the message as is normally done, but in this case - is a reasonable value (and pretty close to the old value). Request by accolade on irc Change-Id: I2622b35e712120dc171ea44a887d6b42286f2a06 --- languages/messages/MessagesEn.php | 2 +- tests/parser/parserTests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 6e0ecb5706..4989b810ba 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -4590,7 +4590,7 @@ Please confirm that you really want to recreate this page.", 'semicolon-separator' => '; ', # only translate this message to other languages if you have to change it 'comma-separator' => ', ', # only translate this message to other languages if you have to change it 'colon-separator' => ': ', # only translate this message to other languages if you have to change it -'autocomment-prefix' => '- ', # only translate this message to other languages if you have to change it +'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' => '...', # only translate this message to other languages if you have to change it diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index f7296bdb69..3aca2e08f4 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -13058,7 +13058,7 @@ comment title=[[Main Page]] !! input pre-comment text /* External links */ removed bogus entries !! result -pre-comment text - →‎External links: removed bogus entries +pre-comment text →‎External links: removed bogus entries !!end !! test -- 2.20.1