]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tagother.php
Merge branch 'locshunt' into 0.9.x
[quix0rs-gnu-social.git] / actions / tagother.php
index c3f43be8ba42fac0b44e20e2dc4a740ab721e5f8..e9e13b939b10d31946bb8b6e088a4b530a5283d8 100644 (file)
@@ -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;
         }