r100567 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100566‎ | r100567 | r100568 >
Date:21:27, 23 October 2011
Author:platonides
Status:old
Tags:
Comment:
Remove concatenation operator
Modified paths:
  • /trunk/extensions/MultilingualLiquidThreads/LiquidThreads/i18n/Lqt.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MultilingualLiquidThreads/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.',
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',

Status & tagging log