r103607 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103606‎ | r103607 | r103608 >
Date:19:49, 18 November 2011
Author:jamesur
Status:ok
Tags:
Comment:
add genaric required field error message
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_common/interface.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_common/interface.i18n.php
@@ -191,6 +191,7 @@
192192 'donate_interface-error-msg-captcha' => "The Captcha value you entered is incorrect. Please try again.",
193193 'donate_interface-error-msg-captcha-please' => "For your credit card security, please type the characters you see above.",
194194 'donate_interface-error-msg-cookies' => 'Please enable cookies in your browser.',
 195+ 'donate_interface-error-msg-genaricrequired' => 'This field is required',
195196 'php-response-declined' => 'Your transaction could not be accepted.',
196197 'donate_interface-thankyou' => 'Thank you for your donation!',
197198 'donate_interface-post-transaction' => 'Transaction details',
@@ -628,6 +629,7 @@
629630 'donate_interface-error-msg-captcha' => 'Error message if the user inputs the wrong [[w:en:CAPTCHA|CAPTCHA]].',
630631 'donate_interface-error-msg-captcha-please' => 'Message given the user if he/she has to fill out a [[w:en:CAPTCHA|CAPTCHA]] before the donation is fulfilled.',
631632 'donate_interface-error-msg-cookies' => "Error message if the user's browser has cookies disabled",
 633+ 'donate_interface-error-msg-genaricrequired' => 'Message displayed to a user if a field is required but not filled out when they try to submit',
632634 'php-response-declined' => 'Error message if the translaction was declined.',
633635 'donate_interface-thankyou' => 'A thank you for donating.',
634636 'donate_interface-post-transaction' => 'Header for transaction details after the transaction is fulfilled (receipt).',

Follow-up revisions

RevisionCommit summaryAuthorDate
r103830Preliminary merge for 11/21 deployment....khorn20:22, 21 November 2011
r106245MFT r102664, r102689, r102736, r102807, r102812, r102824, r102872, r102922, r...awjrichards21:26, 14 December 2011

Status & tagging log