]> git.mxchange.org Git - friendica.git/blobdiff - mod/invite.php
Fix spaces around t() and tt()
[friendica.git] / mod / invite.php
index e3662d758b5c899188697c2dcfd0b58b6028a6f5..84fa978ad1aafb397e82e55296256fd94d000202 100644 (file)
@@ -39,7 +39,7 @@ function invite_post(&$a) {
                }
 
        }
-       notice( sprintf(tt("%d message sent.", "%d messages sent.", $total), $total) . EOL);
+       notice( sprintf( tt("%d message sent.", "%d messages sent.", $total) , $total) . EOL);
        return;
 }