]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/activitymover.php
Update translator documentation.
[quix0rs-gnu-social.git] / lib / activitymover.php
index b308ad5624c1188b230cdbece2e2cfb7f3d74c54..3380a92c82fd50427e856a4648fcd2005e924628 100644 (file)
@@ -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) {