From 4f2422ffbe5027d2308968e25c9bf8f3fe40131f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 16 Oct 2014 15:24:28 +0200 Subject: [PATCH] fixing typo in English source string --- settings/controller/mailsettingscontroller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/controller/mailsettingscontroller.php b/settings/controller/mailsettingscontroller.php index 583aa98dc8..d050a5ea03 100644 --- a/settings/controller/mailsettingscontroller.php +++ b/settings/controller/mailsettingscontroller.php @@ -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() );