X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Factivitymover.php;h=6d9d77b215e08be1a61d3c2ae2b0d2d026bbe7fd;hb=cfff80a730803b3e419b8363db41ec69fce42594;hp=3380a92c82fd50427e856a4648fcd2005e924628;hpb=36b331d469b6dcd1101783f21265f7be624bc58f;p=quix0rs-gnu-social.git diff --git a/lib/activitymover.php b/lib/activitymover.php index 3380a92c82..6d9d77b215 100644 --- a/lib/activitymover.php +++ b/lib/activitymover.php @@ -81,7 +81,7 @@ class ActivityMover extends QueueHandler function moveActivity($act, $sink, $user, $remote) { if (empty($user)) { - // TRANS: Exception thrown if no user is provided. %s is a user 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)); }