]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Poll/Poll.php
merge 0.9.x into 1.0.x
[quix0rs-gnu-social.git] / plugins / Poll / Poll.php
index f5fa9bade553c12b5a12ca3991616817992837c1..0c274341b2bbca204e32fed2b6c8b1cedf14690f 100644 (file)
@@ -242,7 +242,7 @@ class Poll extends Managed_DataObject
                             $p->uri);
         $link = '<a href="' . htmlspecialchars($p->uri) . '">' . htmlspecialchars($question) . '</a>';
         // TRANS: Rendered version of the notice content creating a poll.
-        // TRANS: %s a link to the poll with the question as link description.
+        // TRANS: %s is a link to the poll with the question as link description.
         $rendered = sprintf(_m('Poll: %s'), $link);
 
         $tags    = array('poll');