From: Siebrand Mazeland Date: Tue, 26 May 2009 15:05:07 +0000 (+0000) Subject: Minor consistency updates for 'right-reupload', 'right-reupload-own', 'right-upload_b... X-Git-Tag: 1.31.0-rc.0~41647 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=8bfab3117163847e146416296ac395b240ea9761;p=lhc%2Fweb%2Fwiklou.git Minor consistency updates for 'right-reupload', 'right-reupload-own', 'right-upload_by_url' and 'action-upload_by_url' --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index f5c0efe8c5..ecf49f4a8d 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1685,10 +1685,10 @@ You can also choose to let others contact you through your user or talk page wit 'right-movefile' => 'Move files', 'right-suppressredirect' => 'Not create a redirect from the old name when moving a page', 'right-upload' => 'Upload files', -'right-reupload' => 'Overwrite an existing file', -'right-reupload-own' => 'Overwrite an existing file uploaded by oneself', +'right-reupload' => 'Overwrite existing files', +'right-reupload-own' => 'Overwrite existing files uploaded by oneself', 'right-reupload-shared' => 'Override files on the shared media repository locally', -'right-upload_by_url' => 'Upload a file from a URL address', +'right-upload_by_url' => 'Upload files from a URL', 'right-purge' => 'Purge the site cache for a page without confirmation', 'right-autoconfirmed' => 'Edit semi-protected pages', 'right-bot' => 'Be treated as an automated process', @@ -1749,7 +1749,7 @@ You can also choose to let others contact you through your user or talk page wit 'action-upload' => 'upload this file', 'action-reupload' => 'overwrite this existing file', 'action-reupload-shared' => 'override this file on a shared repository', -'action-upload_by_url' => 'upload this file from a URL address', +'action-upload_by_url' => 'upload this file from a URL', 'action-writeapi' => 'use the write API', 'action-delete' => 'delete this page', 'action-deleterevision' => 'delete this revision',