]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OpenID/finishaddopenid.php
Translator documentation updated/added.
[quix0rs-gnu-social.git] / plugins / OpenID / finishaddopenid.php
index 6eb2f2d20637ec65c101326a090b55e3787b728a..c442aac989f120e9a674785fdc2e2859cc4394d8 100644 (file)
@@ -64,7 +64,7 @@ class FinishaddopenidAction extends Action
     {
         parent::handle($args);
         if (!common_logged_in()) {
-            // TRANS: Client error message
+            // TRANS: Error message displayed when trying to perform an action that requires a logged in user.
             $this->clientError(_m('Not logged in.'));
         } else {
             $this->tryLogin();