r50968 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50967‎ | r50968 | r50969 >
Date:22:36, 24 May 2009
Author:robin
Status:ok
Tags:
Comment:
Fix per comments at r50961: Update MessagesEn.php (remove unused messages and accidentally committed change)
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1821,8 +1821,6 @@
18221822 'uploadbtn' => 'Upload file',
18231823 'reupload' => 'Re-upload',
18241824 'reuploaddesc' => 'Cancel upload and return to the upload form',
1825 -'uploadnologin' => 'Not logged in',
1826 -'uploadnologintext' => 'You must be [[Special:UserLogin|logged in]] to upload files.',
18271825 'upload_directory_missing' => 'The upload directory ($1) is missing and could not be created by the webserver.',
18281826 'upload_directory_read_only' => 'The upload directory ($1) is not writable by the webserver.',
18291827 'uploaderror' => 'Upload error',
@@ -3841,7 +3839,7 @@
38423840 'version-hook-name' => 'Hook name',
38433841 'version-hook-subscribedby' => 'Subscribed by',
38443842 'version-version' => '(Version $1)',
3845 -'version-svn-revision' => 'r$2', # only translate this message to other languages if you have to change it
 3843+'version-svn-revision' => '(r$2)', # only translate this message to other languages if you have to change it
38463844 'version-license' => 'License',
38473845 'version-software' => 'Installed software',
38483846 'version-software-product' => 'Product',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r50961Fixing part of bug 14688 (upload restrictions):...robin20:45, 24 May 2009

Status & tagging log