From b4efd97c62e0e690a75e0eadcf7148058f6169ff Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 5 Jun 2011 19:30:04 +0200 Subject: [PATCH] Add translator documentation. --- plugins/OpenID/openidlogin.php | 1 + 1 file changed, 1 insertion(+) 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) {