X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fsubedit.php;h=7439904af0dd72e6fd118b2444661f4bc3752e83;hb=8b47400183052873b012dacf4eb5ba841914a886;hp=3b77aff584fc4b3446dc10a1fa08b531ae878459;hpb=04ca706601a2a3b556cc52fa21b61fcd842c4e87;p=quix0rs-gnu-social.git diff --git a/actions/subedit.php b/actions/subedit.php index 3b77aff584..7439904af0 100644 --- a/actions/subedit.php +++ b/actions/subedit.php @@ -29,7 +29,7 @@ class SubeditAction extends Action parent::prepare($args); if (!common_logged_in()) { - // TRANS: Client error displayed trying a change a subscription while not logged in. + // TRANS: Error message displayed when trying to perform an action that requires a logged in user. $this->clientError(_('Not logged in.')); return false; } @@ -37,6 +37,7 @@ class SubeditAction extends Action $token = $this->trimmed('token'); if (!$token || $token != common_session_token()) { + // TRANS: Client error displayed when the session token does not match or is not given. $this->clientError(_('There was a problem with your session token. '. 'Try again, please.')); return false;