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

@@ -81,7 +81,7 @@ class RespondPollAction extends Action
if (empty($this->user)) {
// TRANS: Client exception thrown trying to respond to a poll while not logged in.
throw new ClientException(_m("You must be logged in to respond to a poll."),
throw new ClientException(_m('You must be logged in to respond to a poll.'),
403);
}