Add translator documentation.
This commit is contained in:
parent
46d9df2f8a
commit
46546ce985
|
@ -295,6 +295,7 @@ class NewApplicationAction extends Action
|
||||||
$app->uploadLogo();
|
$app->uploadLogo();
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
$app->query('ROLLBACK');
|
$app->query('ROLLBACK');
|
||||||
|
// TRANS: Form validation error messages displayed when uploading an invalid application logo.
|
||||||
$this->showForm(_('Invalid image.'));
|
$this->showForm(_('Invalid image.'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user