]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/joingroup.php
* L10n updates: consistent puctuation
[quix0rs-gnu-social.git] / actions / joingroup.php
index bf69b2ad1e40769df3b7c5c5278b3cd77303528b..5ca34bd9ccb99dfc0b68c7521358863969d64c01 100644 (file)
@@ -125,14 +125,14 @@ class JoingroupAction extends Action
 
         if (!$result) {
             common_log_db_error($member, 'INSERT', __FILE__);
-            $this->serverError(sprintf(_('Could not join user %s to group %s'),
+            $this->serverError(sprintf(_('Could not join user %1$s to group %2$s'),
                                        $cur->nickname, $this->group->nickname));
         }
 
         if ($this->boolean('ajax')) {
             $this->startHTML('text/xml;charset=utf-8');
             $this->elementStart('head');
-            $this->element('title', null, sprintf(_('%s joined group %s'),
+            $this->element('title', null, sprintf(_('%1$s joined group %2$s'),
                                                   $cur->nickname,
                                                   $this->group->nickname));
             $this->elementEnd('head');