]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/nudge.php
better output for registration confirmation
[quix0rs-gnu-social.git] / actions / nudge.php
index 401285b9f30febfe2816c23788f0a083e41d1f13..a44915a2d69955a7692547c164d1ecc34d81c5e3 100644 (file)
@@ -60,7 +60,7 @@ class NudgeAction extends Action
         parent::handle($args);
 
         if (!common_logged_in()) {
-            // TRANS: Client error displayed trying to nudge a user without being logged in.
+            // TRANS: Error message displayed when trying to perform an action that requires a logged in user.
             $this->clientError(_('Not logged in.'));
             return;
         }