r101571 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101570‎ | r101571 | r101572 >
Date:01:26, 2 November 2011
Author:erik
Status:ok (Comments)
Tags:
Comment:
In spite of MediaWiki's general preference not to use title case, Upload Wizard
is a proper noun, so it is an exception to the rule. Also, remove reference to
the grant from the description (no longer relevant).
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php
@@ -12,8 +12,8 @@
1313 * @author Neil Kandalgaonkar
1414 */
1515 $messages['en'] = array(
16 - 'uploadwizard' => 'Upload wizard',
17 - 'uploadwizard-desc' => 'Upload wizard, developed for the Multimedia Usability grant',
 16+ 'uploadwizard' => 'Upload Wizard',
 17+ 'uploadwizard-desc' => 'Upload Wizard, a user-friendly tool for uploading multimedia',
1818 'mwe-upwiz-uploadcampaigns' => 'Upload campaigns',
1919 'mwe-upwiz-uploadcampaign' => 'Upload campaign configuration',
2020 'right-upwizcampaigns' => 'Configure Upload Wizard campaigns',
@@ -478,7 +478,7 @@
479479 'mwe-upwiz-fileexists-replace-on-page' => 'Parameters:
480480 * $1 is an image name.
481481 * $2 is an URL.',
482 - 'mwe-upwiz-next' => 'Button text for going to the next upload wizard stage.
 482+ 'mwe-upwiz-next' => 'Button text for going to the next Upload Wizard stage.
483483 {{Identical|Next}}',
484484 'mwe-upwiz-next-file' => '{{Identical|Continue}}',
485485 'mwe-upwiz-next-deeds' => '{{Identical|Next}}',

Comments

#Comment by 😂 (talk | contribs)   01:34, 2 November 2011

Like ResourceLoader ;-)

Status & tagging log