forked from GNUsocial/gnu-social
Update translator documentation.
Update L10n. Update whitespace.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user