From: Siebrand Mazeland <s.mazeland@xs4all.nl>
Date: Sun, 5 Jun 2011 22:35:12 +0000 (+0200)
Subject: Add translator documentation.
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c11a5490717ed326c0669293ff963fe013f67684;p=quix0rs-gnu-social.git

Add translator documentation.
---

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('<label for="recaptcha">'._m('Captcha').'</label>');
 
         // AJAX API will fill this div out.