Fix docstring

This commit is contained in:
Jon Tibble 2011-01-15 01:25:49 +00:00
parent 054f3a4142
commit 2c958d04cd

View File

@ -62,6 +62,9 @@ def criticalErrorMessageBox(parent, message, question=False):
``message``
The message to display to the user.
``question``
Should this message box question the user.
"""
error = translate('OpenLP.Ui', 'Error')
if question: