openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #08086
[Merge] lp:~googol-hush/openlp/trivial2 into lp:openlp
Andreas Preikschat has proposed merging lp:~googol-hush/openlp/trivial2 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~googol-hush/openlp/trivial2/+merge/57986
Hello,
- added a missing space
--
https://code.launchpad.net/~googol-hush/openlp/trivial2/+merge/57986
Your team OpenLP Core is requested to review the proposed merge of lp:~googol-hush/openlp/trivial2 into lp:openlp.
=== modified file 'openlp/core/ui/servicemanager.py'
--- openlp/core/ui/servicemanager.py 2011-04-15 21:55:11 +0000
+++ openlp/core/ui/servicemanager.py 2011-04-16 07:25:54 +0000
@@ -614,7 +614,7 @@
u'%s' % fileName)
QtGui.QMessageBox.information(self,
translate('OpenLP.ServiceManager', 'Corrupt File'),
- translate('OpenLP.ServiceManager', 'This file is either'
+ translate('OpenLP.ServiceManager', 'This file is either '
'corrupt or not an OpenLP 2.0 service file.'))
return
finally:
Follow ups