From f9eab33dd9d05d36b8aea791bb906c35bbb02c96 Mon Sep 17 00:00:00 2001 From: Samuel Findlay Date: Fri, 6 Jul 2012 16:25:21 +1000 Subject: [PATCH] Comment typo --- openlp/core/ui/themeform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/themeform.py b/openlp/core/ui/themeform.py index 35421c453..d5eed9ff1 100644 --- a/openlp/core/ui/themeform.py +++ b/openlp/core/ui/themeform.py @@ -226,7 +226,7 @@ class ThemeForm(QtGui.QWizard, Ui_ThemeWizard): def onCurrentIdChanged(self, pageId): """ - Detects Page changes and updates as approprate. + Detects Page changes and updates as appropriate. """ if self.page(pageId) == self.areaPositionPage: self.setOption(QtGui.QWizard.HaveCustomButton1, True)