From: Siebrand Mazeland Date: Tue, 18 Oct 2011 22:24:51 +0000 (+0000) Subject: Use spaces around "×" for consistency. X-Git-Tag: 1.31.0-rc.0~27020 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=19e051b308e5d8ad6fd3b2268ae34f839087f3f9;p=lhc%2Fweb%2Fwiklou.git Use spaces around "×" for consistency. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 755e1da114..8ac673098b 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3625,8 +3625,8 @@ $1', By executing it, your system may be compromised.", 'imagemaxsize' => "Image size limit:
''(for file description pages)''", 'thumbsize' => 'Thumbnail size:', -'widthheight' => '$1×$2', # only translate this message to other languages if you have to change it -'widthheightpage' => '$1×$2, $3 {{PLURAL:$3|page|pages}}', +'widthheight' => '$1 × $2', # only translate this message to other languages if you have to change it +'widthheightpage' => '$1 × $2, $3 {{PLURAL:$3|page|pages}}', 'file-info' => 'file size: $1, MIME type: $2', 'file-info-size' => '$1 × $2 pixels, file size: $3, MIME type: $4', 'file-info-size-pages' => '$1 × $2 pixels, file size: $3, MIME type: $4, $5 {{PLURAL:$5|page|pages}}', @@ -3655,7 +3655,7 @@ By executing it, your system may be compromised.", 'sp-newimages-showfrom' => 'Show new files starting from $2, $1', # Video information, used by Language::formatTimePeriod() to format lengths in the above messages -'video-dims' => '$1, $2×$3', # only translate this message to other languages if you have to change it +'video-dims' => '$1, $2 × $3', # only translate this message to other languages if you have to change it 'seconds-abbrev' => '$1s', # only translate this message to other languages if you have to change it 'minutes-abbrev' => '$1m', # only translate this message to other languages if you have to change it 'hours-abbrev' => '$1h', # only translate this message to other languages if you have to change it