Update translator documentation.

i18n/L10n updates.
Whitespace updates.
This commit is contained in:
Siebrand Mazeland
2011-06-17 16:19:18 +02:00
parent 0b81532cbc
commit acb215d550
6 changed files with 12 additions and 8 deletions

View 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);
}