r44767 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44766‎ | r44767 | r44768 >
Date:12:31, 18 December 2008
Author:ialex
Status:resolved (Comments)
Tags:
Comment:
Fix newly added messages, per siebrand
Modified paths:
  • /trunk/extensions/Configure/Configure.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/Configure.i18n.php
@@ -187,16 +187,16 @@
188188 'configure-condition-name-2' => 'Minimal age',
189189 'configure-condition-name-3' => 'E-mail confirmed',
190190 'configure-condition-name-4' => 'In groups',
191 - 'configure-condition-name-5' => 'User\'s IP',
192 - 'configure-condition-name-6' => 'IP in CDIR range',
 191+ 'configure-condition-name-5' => 'User\'s IP address',
 192+ 'configure-condition-name-6' => 'User\'s IP address in CDIR range',
193193 'configure-autopromote-noconds' => 'No prerequisites',
194194
195195 'configure-condition-description-1' => 'Minimum edit count of $1',
196196 'configure-condition-description-2' => 'Minimum account age of $1 {{PLURAL:$1|second|seconds}}',
197197 'configure-condition-description-3' => 'E-mail confirmed',
198198 'configure-condition-description-4' => 'In all of the groups $1',
199 - 'configure-condition-description-5' => 'User\'s IP is $1',
200 - 'configure-condition-description-6' => 'User\'s IP in $1 range',
 199+ 'configure-condition-description-5' => 'User\'s IP address is $1',
 200+ 'configure-condition-description-6' => 'User\'s IP address in $1 range',
201201
202202 'configure-boolop-description-and' => 'All conditions must be true',
203203 'configure-boolop-description-or' => 'At least one condition must be true',

Comments

#Comment by Aaron Schulz (talk | contribs)   20:23, 18 December 2008

Typo fixed in r44776

Status & tagging log