Review sprintf
remove more sprintf calls
This commit is contained in:
parent
f7e9b74dca
commit
208a149a7b
32 changed files with 205 additions and 188 deletions
|
@ -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?');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue