X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Factivitymover.php;h=6d9d77b215e08be1a61d3c2ae2b0d2d026bbe7fd;hb=506958f2c8970205aa221c7024c19bb87b9324d8;hp=b308ad5624c1188b230cdbece2e2cfb7f3d74c54;hpb=fd8dad39633870d2d71c3829a756e724acb45c2a;p=quix0rs-gnu-social.git diff --git a/lib/activitymover.php b/lib/activitymover.php index b308ad5624..6d9d77b215 100644 --- a/lib/activitymover.php +++ b/lib/activitymover.php @@ -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 a non-existing user is provided. %s is a user ID. + throw new Exception(sprintf(_('No such user "%s".'),$act->actor->id)); } switch ($act->verb) {