forked from GNUsocial/gnu-social
Update translator documentation.
i18n tweaks. Add FIXME for missing class documentation. Remove superfluous whitespace.
This commit is contained in:
@@ -81,7 +81,8 @@ class ActivityMover extends QueueHandler
|
||||
function moveActivity($act, $sink, $user, $remote)
|
||||
{
|
||||
if (empty($user)) {
|
||||
throw new Exception(sprintf(_("No such user %s."),$act->actor->id));
|
||||
// TRANS: Exception thrown if no user is provided. %s is a user ID.
|
||||
throw new Exception(sprintf(_('No such user "%s".'),$act->actor->id));
|
||||
}
|
||||
|
||||
switch ($act->verb) {
|
||||
|
||||
Reference in New Issue
Block a user