X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Ftagother.php;h=e9e13b939b10d31946bb8b6e088a4b530a5283d8;hb=3e9cc76da5b3c2fbf1898a357d1cfb58c7f66d85;hp=c3f43be8ba42fac0b44e20e2dc4a740ab721e5f8;hpb=cae06a49ea60cacb926f27b18b88a8a7f801f011;p=quix0rs-gnu-social.git diff --git a/actions/tagother.php b/actions/tagother.php index c3f43be8ba..e9e13b939b 100644 --- a/actions/tagother.php +++ b/actions/tagother.php @@ -30,13 +30,13 @@ class TagotherAction extends Action { parent::prepare($args); if (!common_logged_in()) { - $this->clientError(_('Not logged in'), 403); + $this->clientError(_('Not logged in.'), 403); return false; } $id = $this->trimmed('id'); if (!$id) { - $this->clientError(_('No id argument.')); + $this->clientError(_('No ID argument.')); return false; }