From 22250b3e2814be45ff1818a5343bd85bea6f8ae3 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 10 May 2009 20:47:57 +0000 Subject: [PATCH] * Add description message for FancyCaptcha * Optional for fancyCcptcha-desc in Translate --- FancyCaptcha.i18n.php | 1 + 1 file changed, 1 insertion(+) diff --git a/FancyCaptcha.i18n.php b/FancyCaptcha.i18n.php index 28bb025..50108a0 100644 --- a/FancyCaptcha.i18n.php +++ b/FancyCaptcha.i18n.php @@ -9,6 +9,7 @@ $messages = array(); /** English */ $messages['en'] = array( + 'fancycaptcha-desc' => 'Fancy captcha generator for Confirm Edit', 'fancycaptcha-addurl' => 'Your edit includes new external links. To help protect against automated spam, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):', 'fancycaptcha-badlogin' => 'To help protect against automated password cracking, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):', -- 2.39.5