Update translator documentation.

Update L10n.
Update whitespace.
This commit is contained in:
Siebrand Mazeland
2011-04-29 19:22:44 +02:00
parent 4651c9d94a
commit 558a512ac7
5 changed files with 9 additions and 8 deletions

View 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');