diff --git a/tests/interfaces/openlp_core_ui/test_settings_form.py b/tests/interfaces/openlp_core_ui/test_settings_form.py index f324bd2b2..20955840b 100644 --- a/tests/interfaces/openlp_core_ui/test_settings_form.py +++ b/tests/interfaces/openlp_core_ui/test_settings_form.py @@ -82,7 +82,7 @@ class TestSettingsForm(TestCase): QtTest.QTest.mouseClick(okWidget, QtCore.Qt.LeftButton) # THEN the processing stack should be empty - assert len(self.form.processes) == 0, u'he one requested process should have been added to the stack' + assert len(self.form.processes) == 0, u'The one requested process should have been added to the stack' def register_multiple_functions_test(self): """