diff --git a/tests/settings/controller/mailsettingscontrollertest.php b/tests/settings/controller/mailsettingscontrollertest.php
index 5a1add95449fd965c6565b12d41121989efa28e3..ff3d1d93a1b4a28d8b082613a5e87f4881af53ad 100644
--- a/tests/settings/controller/mailsettingscontrollertest.php
+++ b/tests/settings/controller/mailsettingscontrollertest.php
@@ -169,8 +169,8 @@ class MailSettingscontrollerTest extends \PHPUnit_Framework_TestCase {
 							'A problem occurred while sending the e-mail. Please revisit your settings.'),
 						array('Email sent', array(), 'Email sent'),
 						array('test email settings', array(), 'test email settings'),
-						array('If you received this email, the settings seems to be correct.', array(),
-							'If you received this email, the settings seems to be correct.')
+						array('If you received this email, the settings seem to be correct.', array(),
+							'If you received this email, the settings seem to be correct.')
 					)
 				));
 		$this->container['UserSession']
@@ -193,4 +193,4 @@ class MailSettingscontrollerTest extends \PHPUnit_Framework_TestCase {
 		$this->assertSame($expectedResponse, $response);
 	}
 
-}
\ No newline at end of file
+}