From: Brian Wolff Date: Mon, 3 Jun 2013 22:28:56 +0000 (-0300) Subject: Change autocomment-prefix to be blank. Looks weird being '- ' X-Git-Tag: 1.31.0-rc.0~19337^2 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=2e155ae1ff838efca30fddbf07cbace472d437b9;p=lhc%2Fweb%2Fwiklou.git Change autocomment-prefix to be blank. Looks weird being '- ' 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 --- 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