Change autocomment-prefix to be blank. Looks weird being '- '
authorBrian Wolff <bawolff+wn@gmail.com>
Mon, 3 Jun 2013 22:28:56 +0000 (19:28 -0300)
committerBrian Wolff <bawolff+wn@gmail.com>
Mon, 3 Jun 2013 22:58:45 +0000 (19:58 -0300)
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
tests/parser/parserTests.txt

index 6e0ecb5..4989b81 100644 (file)
@@ -4590,7 +4590,7 @@ Please confirm that you really want to recreate this page.",
 'semicolon-separator' => ';&#32;', # only translate this message to other languages if you have to change it
 'comma-separator'     => ',&#32;', # only translate this message to other languages if you have to change it
 'colon-separator'     => ':&#32;', # only translate this message to other languages if you have to change it
-'autocomment-prefix'  => '-&#32;', # 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'      => '&#32;|&#32;', # 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'            => '...', # only translate this message to other languages if you have to change it
index f7296bd..3aca2e0 100644 (file)
@@ -13058,7 +13058,7 @@ comment title=[[Main Page]]
 !! input
 pre-comment text /* External links */ removed bogus entries
 !! result
-pre-comment text <a href="/wiki/Main_Page#External_links" title="Main Page">→</a>‎<span dir="auto"><span class="autocomment">External links: </span> removed bogus entries</span>
+pre-comment text <a href="/wiki/Main_Page#External_links" title="Main Page">→</a>‎<span dir="auto"><span class="autocomment">External links: </span> removed bogus entries</span>
 !!end
 
 !! test