openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #22752
[Merge] lp:~googol/openlp/mainwindow-spelling into lp:openlp
Andreas Preikschat has proposed merging lp:~googol/openlp/mainwindow-spelling into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~googol/openlp/mainwindow-spelling/+merge/212278
- fixed a spelling mistake
--
https://code.launchpad.net/~googol/openlp/mainwindow-spelling/+merge/212278
Your team OpenLP Core is requested to review the proposed merge of lp:~googol/openlp/mainwindow-spelling into lp:openlp.
=== modified file 'openlp/core/ui/mainwindow.py'
--- openlp/core/ui/mainwindow.py 2014-03-18 20:36:02 +0000
+++ openlp/core/ui/mainwindow.py 2014-03-22 10:05:03 +0000
@@ -652,7 +652,7 @@
translate('OpenLP.MainWindow', 'Are you sure you want to re-run the First '
'Time Wizard?\n\nRe-running this wizard may make changes to your '
'current OpenLP configuration and possibly add songs to your '
- '#existing songs list and change your default theme.'),
+ 'existing songs list and change your default theme.'),
QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Yes |
QtGui.QMessageBox.No),
QtGui.QMessageBox.No)
Follow ups