r83688 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83687‎ | r83688 | r83689 >
Date:01:47, 11 March 2011
Author:neilk
Status:deferred
Tags:
Comment:
make dollar sign compatible with mediawiki.language.parser. Using a global var in a message is still evil, though.
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php
@@ -160,7 +160,7 @@
161161 'mwe-upwiz-tooltip-source' => 'Where this digital file came from -- could be a URL, or a book or publication',
162162 'mwe-upwiz-tooltip-sign' => 'You can use your wiki user name or your real name.
163163 In both cases, this will be linked to your wiki user page',
164 - 'mwe-upwiz-tooltip-title' => 'A short unique title for the file. You may use plain language with spaces. Do not include the file extension. <a target="_blank" onclick="$titleDialog.dialog(\'open\');return false;" href="#">Learn more</a>.',
 164+ 'mwe-upwiz-tooltip-title' => 'A short unique title for the file. You may use plain language with spaces. Do not include the file extension. <a target="_blank" onclick="\\$titleDialog.dialog(\'open\');return false;" href="#">Learn more</a>.',
165165 'mwe-upwiz-dialog-title' => 'Files can be uploaded with names in any language in any script (coded as UTF-8). Titles of media files should be meaningful and helpful in the language chosen.',
166166 'mwe-upwiz-tooltip-description' => 'Briefly describe everything notable about the work.
167167 For a photo, mention the main things that are depicted, the occasion, or the place.',

Status & tagging log