diff --git a/nsfw/nsfw.php b/nsfw/nsfw.php index 41799f14..0f94158b 100755 --- a/nsfw/nsfw.php +++ b/nsfw/nsfw.php @@ -44,9 +44,9 @@ function nsfw_addon_settings(&$a,&$s) { $words = 'nsfw,'; $s .= '
'; - $s .= '

' . t('Content Filter Settings') . '

'; + $s .= '

' . t('Not Safe For Work (General Purpose Content Filter) settings') . '

'; $s .= '
'; - + $s .= '

' . t ('This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter.') . '

'; $s .= ''; $s .= ''; $s .= '
';