aboutsummaryrefslogtreecommitdiffstats
path: root/mod/invite.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/invite.php')
-rw-r--r--mod/invite.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/invite.php b/mod/invite.php
index e3662d758..84fa978ad 100644
--- a/mod/invite.php
+++ b/mod/invite.php
@@ -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;
}