From 19e051b308e5d8ad6fd3b2268ae34f839087f3f9 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 18 Oct 2011 22:24:51 +0000 Subject: [PATCH] =?utf8?q?Use=20spaces=20around=20"=C3=97"=20for=20consist?= =?utf8?q?ency.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- languages/messages/MessagesEn.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.20.1