1
0
Fork 0

Updat tt() calls

update function calls for tt()
This commit is contained in:
Adam Magness 2018-01-21 17:15:52 -05:00
commit 3b0f69599e
13 changed files with 30 additions and 27 deletions

View file

@ -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')) {