mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
modified: nsfw.phpw
gen lang/C/messages.po
This commit is contained in:
parent
f0b5acc702
commit
bcb5101677
2 changed files with 17 additions and 19 deletions
|
@ -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">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue