Add translator documentation.

This commit is contained in:
Siebrand Mazeland 2011-06-19 12:12:47 +02:00
parent 46d9df2f8a
commit 46546ce985
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ class NewApplicationAction extends Action
$app->uploadLogo();
} catch (Exception $e) {
$app->query('ROLLBACK');
// TRANS: Form validation error messages displayed when uploading an invalid application logo.
$this->showForm(_('Invalid image.'));
return;
}