r62259 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62258‎ | r62259 | r62260 >
Date:19:59, 10 February 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Remove periods from log actions
Modified paths:
  • /trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php
@@ -202,12 +202,12 @@
203203 // Logging
204204 'lqt-log-name' => 'Threaded discussion log',
205205 'lqt-log-header' => 'This log details actions taken on discussion threads.',
206 - 'lqt-log-action-move' => 'moved [[$1]] from [[$2]] to [[$3]].',
207 - 'lqt-log-action-split' => 'split [[$1]] from under [[$3]], with the new subject "$2".',
208 - 'lqt-log-action-merge-across' => 'moved [[$1]] from under [[$2]] to under [[$3]].',
 206+ 'lqt-log-action-move' => 'moved [[$1]] from [[$2]] to [[$3]]',
 207+ 'lqt-log-action-split' => 'split [[$1]] from under [[$3]], with the new subject "$2"',
 208+ 'lqt-log-action-merge-across' => 'moved [[$1]] from under [[$2]] to under [[$3]]',
209209 'lqt-log-action-merge-down' => 'merged [[$1]] to underneath [[$3]]',
210210 'lqt-log-action-subjectedit' => 'changed the subject of [[$1]] from "$2" to "$3"',
211 - 'lqt-log-action-resort' => 'modified the sort order of [[$1]]. Changed sort key from $2 to $3.',
 211+ 'lqt-log-action-resort' => 'modified the sort order of [[$1]]. Changed sort key from $2 to $3',
212212
213213 // Preferences
214214 'lqt-preference-notify-talk' => 'E-mail me on replies to a thread I am watching',

Status & tagging log