r112386 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112385‎ | r112386 | r112387 >
Date:12:19, 25 February 2012
Author:ialex
Status:ok
Tags:
Comment:
Fix syntax error and trim some whitespaces
Modified paths:
  • /trunk/extensions/UploadLocal/UploadLocal.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadLocal/UploadLocal.i18n.php
@@ -33,7 +33,7 @@
3434 This helps remove repetitive text such as categories and metadata.
3535 To '''append''' is to add to the end of text, while to '''prepend''' means to add to the beginning of text.
3636 Especially for descriptions, make sure you give a few linebreaks before/after the text.",
37 -
 37+
3838 'uploadlocal_error_exists' => 'The file $1 already exists.',
3939 'uploadlocal_error_empty' => 'The file you submitted was empty.',
4040 'uploadlocal_error_missing' => 'The file is missing an extension.',
@@ -44,8 +44,8 @@
4545 'uploadlocal_error_verify' => 'This file did not pass file verification: $1.',
4646 'uploadlocal_error_hook' => 'The modification you tried to make was aborted by an extension hook.',
4747 'uploadlocal_error_unknown' => 'An unknown error occurred.',
48 -
49 - 'right-uploadlocal' => 'Upload files from the local machine'
50 - 'action-uploadlocal' => 'upload files from the local machine'
 48+
 49+ 'right-uploadlocal' => 'Upload files from the local machine',
 50+ 'action-uploadlocal' => 'upload files from the local machine',
5151 );
5252

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111231* Remove last remaining traces of wfLoadExtensionMessages()....siebrand12:17, 11 February 2012

Status & tagging log