]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/UserFlag/User_flag_profile.php
Update translator documentation.
[quix0rs-gnu-social.git] / plugins / UserFlag / User_flag_profile.php
index f4e9844dfc9ddf67ba89c3e43e188c629aabe1b3..cdc67cf8e74770a5a7dd54ce6da4788b99486593 100644 (file)
@@ -157,7 +157,8 @@ class User_flag_profile extends Memcached_DataObject
 
         if (!$ufp->insert()) {
             // TRANS: Server exception.
-            $msg = sprintf(_m('Couldn\'t flag profile "%d" for review.'),
+            // TRANS: %d is a profile ID (number).
+            $msg = sprintf(_m('Could not flag profile "%d" for review.'),
                            $profile_id);
             throw new ServerException($msg);
         }