]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/UserFlag/flagprofile.php
* [Cc]an't -> [Cc]annot
[quix0rs-gnu-social.git] / plugins / UserFlag / flagprofile.php
index c72b74c6a1e516e10fad38baa8654e6ac95887f9..84c343c483337e6bed2ba0d93198a21869a9af3a 100644 (file)
@@ -135,7 +135,7 @@ class FlagprofileAction extends Action
         $ufp->created    = common_sql_now();
 
         if (!$ufp->insert()) {
-            throw new ServerException(sprintf(_("Couldn't flag profile '%s' with flag '%s'."),
+            throw new ServerException(sprintf(_("Could not flag profile '%s' with flag '%s'."),
                                               $this->profile->nickname, $this->flag));
         }