X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=plugins%2FUserFlag%2FUser_flag_profile.php;h=cdc67cf8e74770a5a7dd54ce6da4788b99486593;hb=acb215d55033ff03736342b311ff6deb8f28ead0;hp=f4e9844dfc9ddf67ba89c3e43e188c629aabe1b3;hpb=0b81532cbc7b957c65b58d38d04e09ff7eda2f36;p=quix0rs-gnu-social.git diff --git a/plugins/UserFlag/User_flag_profile.php b/plugins/UserFlag/User_flag_profile.php index f4e9844dfc..cdc67cf8e7 100644 --- a/plugins/UserFlag/User_flag_profile.php +++ b/plugins/UserFlag/User_flag_profile.php @@ -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); }