r110295 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110294‎ | r110295 | r110296 >
Date:15:22, 30 January 2012
Author:siebrand
Status:ok (Comments)
Tags:
Comment:
Remove trailing whitespace.
Modified paths:
  • /trunk/tools/ToolserverI18N/language/messages/Catdown.i18n.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/language/messages/Catdown.i18n.php
@@ -32,7 +32,7 @@
3333 'download-info' => "{{plural: $1|There is one image|There are $1 images}}, with an estimated size of $2",
3434 'download' => 'Download',
3535
36 - 'readme-contents' => 'The enclosing file $4 lists
 36+ 'readme-contents' => 'The enclosing file $4 lists
3737 the images at the $1 category ( $2 )$3.
3838
3939 == Instructions for downloading all the listed images ==
@@ -42,11 +42,10 @@
4343 Extract all the files in the same folder and run $5
4444 $6
4545 Linux/Mac OS
46 - Extract all the files and open a terminal in that folder. Run sh $5
47 -',
48 - 'non-bundled-wget' => "Note: This version doesn't include wget for Windows. You will need to decompress
 46+ Extract all the files and open a terminal in that folder. Run sh $5',
 47+ 'non-bundled-wget' => "Note: This version doesn't include wget for Windows. You will need to decompress
4948 to a folder with wget.exe or otherwise have wget in the PATH",
50 - 'wget-info' => 'This file bundles a copy of wget $1 (for Windows platform). Wget is Free Software,
 49+ 'wget-info' => 'This file bundles a copy of wget $1 (for Windows platform). Wget is Free Software,
5150 under the terms of the GNU GENERAL PUBLIC LICENSE version 3.
5251 There is a copy of the license below, and it is also available at http://www.gnu.org/licenses/gpl-3.0.txt
5352
@@ -55,8 +54,7 @@
5655 http://ftp.gnu.org/gnu/wget/wget-$1.tar.xz
5756 ftp://ftp.gnu.org/gnu/wget/wget-$1.tar.xz
5857 or some other GNU Mirror, see
59 - http://www.gnu.org/prep/ftp.html
60 -',
 58+ http://www.gnu.org/prep/ftp.html',
6159
6260 'scaling-none' => '', // Optional
6361 'scaling-width' => ', scaled to a maximum width of $1 {{plural:$1|pixel|pixels}}',

Comments

#Comment by MarkAHershberger (talk | contribs)   15:42, 30 January 2012

Those newline chars may be desired, though.

#Comment by Siebrand (talk | contribs)   15:57, 30 January 2012

They are definitely not in any of the translations, as Translate strips all trailing whitespace on save.

Status & tagging log