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']))