modified: nsfw.phpw

gen   lang/C/messages.po
This commit is contained in:
Andy Hee 2018-03-15 17:57:11 +07:00
parent f0b5acc702
commit bcb5101677
2 changed files with 17 additions and 19 deletions

View file

@ -74,11 +74,11 @@ function nsfw_addon_settings(&$a, &$s)
}
$s .= '<span id="settings_nsfw_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose(\'settings_nsfw_expanded\'); openClose(\'settings_nsfw_inflated\');">';
$s .= '<h3>' . L10n::t('Content Filter (NSFW tag and more)') . '</h3>';
$s .= '<h3>' . L10n::t('Content Filter (NSFW and more)') . '</h3>';
$s .= '</span>';
$s .= '<div id="settings_nsfw_expanded" class="settings-block" style="display: none;">';
$s .= '<span class="fakelink" onclick="openClose(\'settings_nsfw_expanded\'); openClose(\'settings_nsfw_inflated\');">';
$s .= '<h3>' . L10n::t('Content Filter (NSFW tag and more)') . '</h3>';
$s .= '<h3>' . L10n::t('Content Filter (NSFW and more)') . '</h3>';
$s .= '</span>';
$s .= '<div id="nsfw-wrapper">';