]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupjoin.php
* L10n updates: consistent puctuation
[quix0rs-gnu-social.git] / actions / apigroupjoin.php
index b531d95015a8fd19af7cdb02303da407f75c1e23..4b718bce67b5f0b2e68937f558ed3836ef42bda0 100644 (file)
@@ -135,7 +135,7 @@ class ApiGroupJoinAction extends ApiAuthAction
             common_log_db_error($member, 'INSERT', __FILE__);
             $this->serverError(
                 sprintf(
-                    _('Could not join user %s to group %s.'),
+                    _('Could not join user %1$s to group %2$s.'),
                     $this->user->nickname,
                     $this->group->nickname
                 )