r53661 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53660‎ | r53661 | r53662 >
Date:22:25, 22 July 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Remove trailing spaces in messages.
Modified paths:
  • /trunk/extensions/MetavidWiki/languages/MV_Messages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MetavidWiki/languages/MV_Messages.php
@@ -278,14 +278,14 @@
279279
280280 'mv_other_options' => 'Other options',
281281 'mv_contextmenu_opt' => 'Enable context menus',
282 - 'mv_days' => '$1 {{PLURAL:$1|day|days}} ',
283 - 'mv_hours' => '$1 {{PLURAL:$1|hour|hours}} ',
 282+ 'mv_days' => '$1 {{PLURAL:$1|day|days}}',
 283+ 'mv_hours' => '$1 {{PLURAL:$1|hour|hours}}',
284284 'mv_hours_singular' => '$1 hour',
285285 'mv_minutes' => '$1 {{PLURAL:$1|minute|minutes}}',
286286 'mv_minutes_singular' => '$1 minute',
287287 'mv_seconds' => '$1 {{PLURAL:$1|second|seconds}}',
288288 'mv_seconds_singular' => '$1 second',
289 - 'mv_stream_length' => 'Total video length: ',
 289+ 'mv_stream_length' => 'Total video length:',
290290
291291 'mv_sequence_timeline' => 'Sequence timeline:',
292292 'mv_edit_sequence_desc_help' => 'Sequence description',

Status & tagging log