From: Matthew Flaschen Date: Fri, 21 Jun 2013 02:13:18 +0000 (-0400) Subject: Preserve returnto when upload requires logging in X-Git-Tag: 1.31.0-rc.0~19329 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=70c52c34053760d275b57e5138811b90c7de898a;p=lhc%2Fweb%2Fwiklou.git Preserve returnto when upload requires logging in Changes link text to loginreqlink message since OutputPage->showPermissionsErrorPage passes that in. Change-Id: Iebde4398cdb74eb2fcc441601f074c93a7ad6073 --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 8629a4f14a..63f00076a0 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2219,7 +2219,7 @@ Pages on [[Special:Watchlist|your watchlist]] are '''bold'''.", 'reuploaddesc' => 'Cancel upload and return to the upload form', 'upload-tryagain' => 'Submit modified file description', 'uploadnologin' => 'Not logged in', -'uploadnologintext' => 'You must be [[Special:UserLogin|logged in]] to upload files.', +'uploadnologintext' => 'You must $1 to upload files.', 'upload_directory_missing' => 'The upload directory ($1) is missing and could not be created by the webserver.', 'upload_directory_read_only' => 'The upload directory ($1) is not writable by the webserver.', 'uploaderror' => 'Upload error', diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 9a5fc91dc6..2a5bd466a9 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -3133,7 +3133,8 @@ See also: * {{msg-mw|reuploaddesc|button text}}', 'uploadnologin' => 'Used as title of the error message {{msg-mw|Uploadnologintext}}. {{Identical|Not logged in}}', -'uploadnologintext' => 'Used as error message. The title for this message is {{msg-mw|Uploadnologin}}. +'uploadnologintext' => 'Used as error message. The title for this message is {{msg-mw|Uploadnologin}}. Parameters: +* $1 - Login link See also: * {{msg-mw|Whitelistedittext}}