fix syntax error introduced in i18n tweaks: newgroup action

This commit is contained in:
Brion Vibber 2010-11-02 14:03:50 -07:00
parent c6d4612f49
commit bc85f6914b
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class NewgroupAction extends Action
// TRANS: %d is the maximum number of allowed characters.
$this->showForm(sprintf(_m('Description is too long (maximum %d character).',
'Description is too long (maximum %d characters).',
User_group::maxDescription(),
User_group::maxDescription()),
User_group::maxDescription()));
return;
} else if (!is_null($location) && mb_strlen($location) > 255) {