From: Thomas Willingham Date: Mon, 2 Apr 2012 23:41:55 +0000 (+0100) Subject: Reworded the UI of NSFW to make it more obviously a general purpose content filter X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b58629e86028899418b1f504529f504f6e5b9c7f;p=friendica-addons.git Reworded the UI of NSFW to make it more obviously a general purpose content filter --- diff --git a/nsfw/nsfw.php b/nsfw/nsfw.php index a5b3ede1..41799f14 100755 --- a/nsfw/nsfw.php +++ b/nsfw/nsfw.php @@ -44,13 +44,13 @@ function nsfw_addon_settings(&$a,&$s) { $words = 'nsfw,'; $s .= '
'; - $s .= '

' . t('"Not Safe For Work" Settings') . '

'; + $s .= '

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

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