]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing typo in English source string
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 16 Oct 2014 13:24:28 +0000 (15:24 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 16 Oct 2014 13:24:28 +0000 (15:24 +0200)
settings/controller/mailsettingscontroller.php

index 583aa98dc8e3996b00d0a01290cc4392d2e52463..d050a5ea03e74ef9e1629e9aa6de769ba2c23c45 100644 (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()
                                );