forked from openlp/openlp
Fix docstring
This commit is contained in:
parent
054f3a4142
commit
2c958d04cd
@ -62,6 +62,9 @@ def criticalErrorMessageBox(parent, message, question=False):
|
|||||||
|
|
||||||
``message``
|
``message``
|
||||||
The message to display to the user.
|
The message to display to the user.
|
||||||
|
|
||||||
|
``question``
|
||||||
|
Should this message box question the user.
|
||||||
"""
|
"""
|
||||||
error = translate('OpenLP.Ui', 'Error')
|
error = translate('OpenLP.Ui', 'Error')
|
||||||
if question:
|
if question:
|
||||||
|
Loading…
Reference in New Issue
Block a user