r60074 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60073‎ | r60074 | r60075 >
Date:12:34, 15 December 2009
Author:raymond
Status:ok
Tags:
Comment:
* Consistency tweaks: Shorten 'lqt-drag-reason' to be consistent with most other reason fiels: http://translatewiki.net/wiki/Template:Identical/Reason
* Inject the 'confirm' message into 'lqt-drag-confirm' for consistent translations of the word 'Confirm'
* Kill trailing whitespace
Modified paths:
  • /trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php
@@ -263,15 +263,14 @@
264264 'lqt-cancel-subject-edit' => 'Cancel',
265265 'lqt-drag-activate' => 'Drag to new location',
266266 'lqt-drag-drop-zone' => 'Drop here',
267 - 'lqt-drag-confirm' => 'To complete the following actions, please fill in a reason '.
268 - 'and click "Confirm".',
269 - 'lqt-drag-reparent' => "Move post to underneath a new parent.",
 267+ 'lqt-drag-confirm' => 'To complete the following actions, please fill in a reason and click "{{int:lqt-drag-save}}".',
 268+ 'lqt-drag-reparent' => 'Move post to underneath a new parent.',
270269 'lqt-drag-split' => 'Move post to its own thread',
271270 'lqt-drag-setsortkey' => "Adjust post's position on the page",
272271 'lqt-drag-bump' => 'Move post to top of discussion page',
273272 'lqt-drag-save' => 'Confirm',
274 - 'lqt-drag-reason' => 'Reason for change: ',
275 - 'lqt-drag-subject' => 'Subject for new thread: ',
 273+ 'lqt-drag-reason' => 'Reason:',
 274+ 'lqt-drag-subject' => 'Subject for new thread:',
276275
277276 // Feeds
278277 'lqt-feed-title-all' => '{{SITENAME}} — New posts',

Follow-up revisions

RevisionCommit summaryAuthorDate
r60124Partial revert of r60074. {{int:}} does not work in JS.werdna14:52, 16 December 2009

Status & tagging log