mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Fix spaces around t() and tt()
This commit is contained in:
parent
a00beafe7f
commit
a7af6df962
8 changed files with 10 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue