diff --git a/tests/functional/openlp_core_ui/test_servicenotedialog.py b/tests/functional/openlp_core_ui/test_servicenotedialog.py index de1931171..e444ff687 100644 --- a/tests/functional/openlp_core_ui/test_servicenotedialog.py +++ b/tests/functional/openlp_core_ui/test_servicenotedialog.py @@ -64,4 +64,4 @@ class TestStartNoteDialog(TestCase): QtTest.QTest.mouseClick(okWidget, QtCore.Qt.LeftButton) # THEN the following text is returned - self.assertEqual(self.form.text_edit.toPlainText(), text, u'The changed to text, should be returned') \ No newline at end of file + self.assertEqual(self.form.text_edit.toPlainText(), text, u'The new text should be returned') \ No newline at end of file