From f54e93e8c35110800ca3f2f18be05458620c028c Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 3 Apr 2012 01:45:06 +0100 Subject: [PATCH] Improved nsfw/content filter --- nsfw/nsfw.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .= '
';