forked from openlp/openlp
Correct error message
This commit is contained in:
parent
cef6d29a7c
commit
10c3c54db2
@ -431,7 +431,7 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
|
|||||||
self.VerseOrderEdit.setFocus()
|
self.VerseOrderEdit.setFocus()
|
||||||
return False, \
|
return False, \
|
||||||
self.trUtf8(\
|
self.trUtf8(\
|
||||||
'Invalid verse entry - values must be Numeric, I,B,T,P,E,O')
|
'Invalid verse entry, values must be I,B,T,P,E,O,vX,Cx')
|
||||||
return True, u''
|
return True, u''
|
||||||
|
|
||||||
def onTitleEditItemLostFocus(self):
|
def onTitleEditItemLostFocus(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user