forked from openlp/openlp
Minor text change to FTW message in mainwindow
This commit is contained in:
parent
e40f561976
commit
7c13fcfaad
@ -739,7 +739,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
|||||||
'Are you sure you want to re-run the First Time Wizard?\n\n'
|
'Are you sure you want to re-run the First Time Wizard?\n\n'
|
||||||
'Re-running this wizard may make changes to your current '
|
'Re-running this wizard may make changes to your current '
|
||||||
'OpenLP configuration and possibly add songs to your '
|
'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.StandardButtons(
|
||||||
QtGui.QMessageBox.Yes |
|
QtGui.QMessageBox.Yes |
|
||||||
QtGui.QMessageBox.No),
|
QtGui.QMessageBox.No),
|
||||||
|
Loading…
Reference in New Issue
Block a user