1
0
Fork 0

Review updates

improve a t() call and move some to tt()
This commit is contained in:
Adam Magness 2018-01-23 22:38:47 -05:00
commit 5142e65726
2 changed files with 4 additions and 4 deletions

View file

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