r107602 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107601‎ | r107602 | r107603 >
Date:23:16, 29 December 2011
Author:jhsoby
Status:ok (Comments)
Tags:
Comment:
Removing mailto: from the message added in r107600
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_common/interface.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_common/interface.i18n.php
@@ -32,7 +32,7 @@
3333 'donate_interface-small-amount-value' => '30',
3434 'donate_interface-amount-error' => 'Please enter a valid amount',
3535 'donate_interface-smallamount-error' => 'You must contribute at least $1',
36 - 'donate_interface-bigamount-error' => 'We can not accept donations greater than USD 10000 ($1 $2) through our website. Please contact our major gifts staff at [mailto:$3 $3].',
 36+ 'donate_interface-bigamount-error' => 'We can not accept donations greater than USD 10000 ($1 $2) through our website. Please contact our major gifts staff at $3.',
3737 'donate_interface-processing-error' => 'There has been an error processing your request.
3838 No processors are available.',
3939

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107601Adding error message for big amounts.jhsoby22:30, 29 December 2011

Comments

#Comment by Jsoby (talk | contribs)   23:54, 29 December 2011

That's supposed to be r107601 in the comment.

Status & tagging log