From dec489597d988472815a84a098168d6f58951b0a Mon Sep 17 00:00:00 2001 From: Victor Vasiliev Date: Tue, 25 Dec 2007 10:34:42 +0000 Subject: [PATCH] * (bug 12407) MediaWiki:Comma-separator should be (or ) instead of  --- languages/messages/MessagesEn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index c8d60aaf02..2ead33f90a 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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' => ',', # 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 # Multipage image navigation 'imgmultipageprev' => '← previous page', -- 2.20.1