From c11a5490717ed326c0669293ff963fe013f67684 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 6 Jun 2011 00:35:12 +0200 Subject: [PATCH] Add translator documentation. --- plugins/Recaptcha/RecaptchaPlugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Recaptcha/RecaptchaPlugin.php b/plugins/Recaptcha/RecaptchaPlugin.php index d0932efe22..73a2dcc76a 100644 --- a/plugins/Recaptcha/RecaptchaPlugin.php +++ b/plugins/Recaptcha/RecaptchaPlugin.php @@ -54,6 +54,7 @@ class RecaptchaPlugin extends Plugin function onEndRegistrationFormData($action) { $action->elementStart('li'); + // TRANS: Field label. $action->raw(''); // AJAX API will fill this div out.