From 762a99dd664374fb540ac97d8e89d680a4e3d530 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Tue, 12 Mar 2013 07:39:19 +0000 Subject: [PATCH] review corrections --- tests/interfaces/openlp_core_ui/test_settings_form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """