forked from openlp/openlp
typing error
This commit is contained in:
parent
8b6e90ab44
commit
a22dec796e
@ -481,7 +481,7 @@ class BibleMediaItem(MediaManagerItem):
|
||||
translate('BiblePlugin.MediaItem', 'Error'),
|
||||
translate('BiblePlugin.MediaItem', 'You cannot combine single '
|
||||
'and dual bible verses. Do you want to delete your search '
|
||||
'resutls and start a new search?'),
|
||||
'results and start a new search?'),
|
||||
QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.No |
|
||||
QtGui.QMessageBox.Yes)) == QtGui.QMessageBox.Yes:
|
||||
self.listView.clear()
|
||||
|
Loading…
Reference in New Issue
Block a user