From: Siebrand Mazeland Date: Sun, 5 Jun 2011 17:30:04 +0000 (+0200) Subject: Add translator documentation. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b4efd97c62e0e690a75e0eadcf7148058f6169ff;p=quix0rs-gnu-social.git Add translator documentation. --- diff --git a/plugins/OpenID/openidlogin.php b/plugins/OpenID/openidlogin.php index 667e627cd3..86ebcae2e1 100644 --- a/plugins/OpenID/openidlogin.php +++ b/plugins/OpenID/openidlogin.php @@ -136,6 +136,7 @@ class OpenidloginAction extends Action $provider = common_config('openid', 'trusted_provider'); $appendUsername = common_config('openid', 'append_username'); if ($provider) { + // TRANS: Field label. $this->element('label', array(), _m('LABEL','OpenID provider')); $this->element('span', array(), $provider); if ($appendUsername) {