← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~raoul-snyman/openlp/link-fix into lp:openlp

 

Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/link-fix into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)


I was playing, and somehow it got into trunk :-(. This fixes bug #625183.
-- 
https://code.launchpad.net/~raoul-snyman/openlp/link-fix/+merge/33883
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/link-fix into lp:openlp.
=== modified file 'openlp/core/ui/mainwindow.py'
--- openlp/core/ui/mainwindow.py	2010-07-31 00:34:37 +0000
+++ openlp/core/ui/mainwindow.py	2010-08-27 09:16:45 +0000
@@ -652,8 +652,7 @@
         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 '
-            '<a href="http://openlp.org/";>http://openlp.org/</a>.'))
+            'version from http://openlp.org/.'))
         QtGui.QMessageBox.question(self,
             translate('OpenLP.MainWindow', 'OpenLP Version Updated'),
             version_text % (version, self.applicationVersion[u'full']))


Follow ups