Updat tt() calls
update function calls for tt()
This commit is contained in:
parent
d49f986d1e
commit
3b0f69599e
13 changed files with 30 additions and 27 deletions
|
|
@ -143,7 +143,7 @@ function contacts_batch_actions(App $a)
|
|||
}
|
||||
}
|
||||
if ($count_actions > 0) {
|
||||
info(tt("%d contact edited.", "%d contacts edited.", $count_actions));
|
||||
info(L10n::tt("%d contact edited.", "%d contacts edited.", $count_actions));
|
||||
}
|
||||
|
||||
if (x($_SESSION, 'return_url')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue