1
0
Fork 0

Review sprintf

remove more sprintf calls
This commit is contained in:
Adam Magness 2018-01-23 21:59:16 -05:00
commit 208a149a7b
32 changed files with 205 additions and 188 deletions

View file

@ -357,8 +357,7 @@ function populate_acl($user = null, $show_jotnets = false) {
Addon::callHooks('jot_networks', $jotnets);
} else {
$jotnets .= sprintf(L10n::t('Connectors disabled, since "%s" is enabled.'),
L10n::t('Hide your profile details from unknown viewers?'));
$jotnets .= L10n::t('Connectors disabled, since "%s" is enabled.', 'Hide your profile details from unknown viewers?');
}
}