]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/selftag.php
Merge branch '1.0.x' into people_tags_rebase
[quix0rs-gnu-social.git] / actions / selftag.php
index 0efb896f6b5675db24fb0a9cf1c99f4f63680c45..b0b4981f10c237887127f16d63e1c8b813ebb041 100644 (file)
@@ -44,7 +44,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
  *
  * @see      Action
  */
-
 class SelftagAction extends Action
 {
 
@@ -65,6 +64,8 @@ class SelftagAction extends Action
         $this->tag = $this->trimmed('tag');
 
         if (!common_valid_profile_tag($this->tag)) {
+            // TRANS: Client error displayed when trying to tag a profile with an invalid tag.
+            // TRANS: %s is the invalid tag.
             $this->clientError(sprintf(_('Not a valid people tag: %s.'),
                 $this->tag));
             return;