]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update translator documentation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 7 Apr 2011 08:06:23 +0000 (10:06 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 7 Apr 2011 08:06:46 +0000 (10:06 +0200)
plugins/Disqus/DisqusPlugin.php

index add089e77f5a9aeef2aba1be8ac38f693614e5ce..ad9435b7f945606c3cf37fbd2620a7b1cb28edfe 100644 (file)
@@ -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);