From: Adam Magness Date: Mon, 22 Jan 2018 19:30:13 +0000 (-0500) Subject: Missed t() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1f71af77d5a0d9d1a89f69cf1a3333021c78a060;p=friendica-addons.git Missed t() missed t() call --- diff --git a/nsfw/nsfw.php b/nsfw/nsfw.php index 8eedca8d..f0fc0177 100644 --- a/nsfw/nsfw.php +++ b/nsfw/nsfw.php @@ -84,7 +84,7 @@ function nsfw_addon_settings(&$a,&$s) { $s .= ''; $s .= '
'; - $s .= '

' . t ('This addon 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 .= '

' . L10n::t('This addon 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 .= '
';