Fix spaces around t() and tt()

This commit is contained in:
fabrixxm 2011-03-13 13:50:44 +01:00
parent a00beafe7f
commit a7af6df962
8 changed files with 10 additions and 10 deletions

View 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;
}