r99428 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99427‎ | r99428 | r99429 >
Date:21:00, 10 October 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix stupid string splits
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/LiquidThreads/i18n/Lqt.i18n.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/LiquidThreads/i18n/Lqt.i18n.php
@@ -256,13 +256,10 @@
257257 'lqt-marked-as-read-placeholder' => 'The thread $1 was marked as read.',
258258 'lqt-change-subject' => 'Change subject',
259259 'lqt-save-subject' => 'Save',
260 - 'lqt-save-subject-failed' => 'The following error occurred while attempting to ' .
261 -'change the subject of this thread: $1',
262 - 'lqt-ajax-invalid-subject' => 'The subject you specified was invalid, probably ' .
263 -'because it was too long.',
 260+ 'lqt-save-subject-failed' => 'The following error occurred while attempting to change the subject of this thread: $1',
 261+ 'lqt-ajax-invalid-subject' => 'The subject you specified was invalid, probably because it was too long.',
264262 'lqt-ajax-no-subject' => 'You must specify a subject for the new thread.',
265 - 'lqt-save-subject-error-unknown' => 'An unknown error occurred when attempting ' .
266 -'to set the subject of this thread. Please try to do this by clicking "edit" on the top post.',
 263+ 'lqt-save-subject-error-unknown' => 'An unknown error occurred when attempting to set the subject of this thread. Please try to do this by clicking "edit" on the top post.',
267264 'lqt-cancel-subject-edit' => 'Cancel',
268265 'lqt-drag-activate' => 'Drag to new location',
269266 'lqt-drag-drop-zone' => 'Drop here',

Follow-up revisions

RevisionCommit summaryAuthorDate
r99445MFT r99428reedy23:22, 10 October 2011

Status & tagging log