fixing typo in English source string

This commit is contained in:
Thomas Müller 2014-10-16 15:24:28 +02:00
parent 480fd1353e
commit 4f2422ffbe
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class MailSettingsController extends Controller {
try {
$this->mail->send($email, $this->userSession->getUser()->getDisplayName(),
$this->l10n->t('test email settings'),
$this->l10n->t('If you received this email, the settings seems to be correct.'),
$this->l10n->t('If you received this email, the settings seem to be correct.'),
$this->defaultMailAddress,
$this->defaults->getName()
);