* (bug 12407) MediaWiki:Comma-separator should be &#x20 (or &#32) instead of &#20
authorVictor Vasiliev <vasilievvv@users.mediawiki.org>
Tue, 25 Dec 2007 10:34:42 +0000 (10:34 +0000)
committerVictor Vasiliev <vasilievvv@users.mediawiki.org>
Tue, 25 Dec 2007 10:34:42 +0000 (10:34 +0000)
languages/messages/MessagesEn.php

index c8d60aa..2ead33f 100644 (file)
@@ -2972,7 +2972,7 @@ $1',
 # Separators for various lists
 'catseparator'        => '|', # don't translate or duplicate this message to other languages
 'semicolon-separator' => ';', # only translate this message to other languages if you have to change it
-'comma-separator'     => ',&#20;', # 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
 
 # Multipage image navigation
 'imgmultipageprev'   => '← previous page',