]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/UserFlag/clearflag.php
Update translator documentation.
[quix0rs-gnu-social.git] / plugins / UserFlag / clearflag.php
index feda29f1b7e564dc19c0c6ab76ea717992c07478..e5704d6af5475a72b8f4a7154cc4b7ce72ab86bd 100644 (file)
@@ -49,7 +49,6 @@ class ClearflagAction extends ProfileFormAction
      *
      * @return boolean success flag
      */
-
     function prepare($args)
     {
         if (!parent::prepare($args)) {
@@ -102,7 +101,8 @@ class ClearflagAction extends ProfileFormAction
 
         if ($result == false) {
             // TRANS: Server exception given when flags could not be cleared.
-            $msg = sprintf(_m('Couldn\'t clear flags for profile "%s".'),
+            // TRANS: %s is a profile nickname.
+            $msg = sprintf(_m('Could not clear flags for profile "%s".'),
                            $this->profile->nickname);
             throw new ServerException($msg);
         }