From: Siebrand Mazeland Date: Thu, 7 Apr 2011 08:06:23 +0000 (+0200) Subject: Update translator documentation. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6806a42e2c87056baacc4c9dfa1842045b9f1172;p=quix0rs-gnu-social.git Update translator documentation. --- 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);