From 596b49af9e6aea7c34d63f7a75a28fa8d0162692 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 27 Aug 2010 11:11:57 +0200 Subject: [PATCH] Fixed up some HTML that crept in somewhere. --- openlp/core/ui/mainwindow.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index 6f1a1f6c1..b3b392e84 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -652,8 +652,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): version_text = unicode(translate('OpenLP.MainWindow', 'Version %s of OpenLP is now available for download (you are ' 'currently running version %s). \n\nYou can download the latest ' - 'version from ' - 'http://openlp.org/.')) + 'version from http://openlp.org/.')) QtGui.QMessageBox.question(self, translate('OpenLP.MainWindow', 'OpenLP Version Updated'), version_text % (version, self.applicationVersion[u'full']))