From a12dd5722cf9ddb333d4342929fe7ed6e5110028 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sat, 19 Mar 2011 16:51:03 +0100 Subject: [PATCH] typo --- openlp/core/ui/thememanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index 39e72f763..487798f5b 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -563,7 +563,7 @@ class ThemeManager(QtGui.QWidget): theme = self._createThemeFromXml(filexml, self.path) self.generateAndSaveImage(dir, themename, theme) # Only show the error message, when IOError was not raised (in this - # case the error message has already been show). + # case the error message has already been shown). elif zip is not None: critical_error_message_box( translate('OpenLP.ThemeManager', 'Validation Error'),