Merge pull request #11615 from owncloud/fix-translation-source-string

fixing typo in English source string
This commit is contained in:
Clark Tomlinson 2014-10-16 09:40:14 -04:00
commit d977938a05
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()
);