r114348 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114347‎ | r114348 | r114349 >
Date:05:27, 21 March 2012
Author:skizzerz
Status:ok
Tags:
Comment:
* fix message key in cleanupSpam script
Modified paths:
  • /trunk/extensions/Maintenance/Maintenance.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maintenance/Maintenance.i18n.php
@@ -137,7 +137,7 @@
138138 // cleanupSpam
139139 'maintenance-cleanupSpam' => 'Use this form to revert spam edits that link to external sites',
140140 'maintenance-cleanupSpam-desc' => 'Clean up all spam from a given hostname',
141 - 'maintenance-cleanupSpam-arg-hostname' => 'Hostname that was spamming',
 141+ 'maintenance-cleanupSpam-option-hostname' => 'Hostname that was spamming',
142142 'maintenance-cleanupSpam-output-found' => 'Found $1 {{PLURAL:$1|articles|article}} containing $2', #$1=count, $2=hostname
143143 'maintenance-cleanupSpam-output-done' => '{{int:maintenance-generic-done}}',
144144 'maintenance-cleanupSpam-output-false' => 'False match',

Status & tagging log