From 6806a42e2c87056baacc4c9dfa1842045b9f1172 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 7 Apr 2011 10:06:23 +0200 Subject: [PATCH] Update translator documentation. --- plugins/Disqus/DisqusPlugin.php | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5