X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FDisqus%2FDisqusPlugin.php;h=ad9435b7f945606c3cf37fbd2620a7b1cb28edfe;hb=9e78c631fb8afc09e29ace1380c335dcd7f93341;hp=add089e77f5a9aeef2aba1be8ac38f693614e5ce;hpb=c309bbae93aff3e4a47095bf15063725de107215;p=quix0rs-gnu-social.git diff --git a/plugins/Disqus/DisqusPlugin.php b/plugins/Disqus/DisqusPlugin.php index add089e77f..ad9435b7f9 100644 --- a/plugins/Disqus/DisqusPlugin.php +++ b/plugins/Disqus/DisqusPlugin.php @@ -140,6 +140,7 @@ ENDOFSCRIPT; $action->elementStart('noscript'); // TRANS: User notification that JavaScript is required for Disqus comment display. + // TRANS: This message contains Markdown links in the form [description](link). $noScriptMsg = sprintf(_m("Please enable JavaScript to view the [comments powered by Disqus](http://disqus.com/?ref_noscript=%s)."), $this->shortname); $output = common_markup_to_html($noScriptMsg); $action->raw($output);