diff --git a/openlp/core/ui/exceptiondialog.py b/openlp/core/ui/exceptiondialog.py index 28097e938..49e2c8151 100644 --- a/openlp/core/ui/exceptiondialog.py +++ b/openlp/core/ui/exceptiondialog.py @@ -73,7 +73,7 @@ class Ui_ExceptionDialog(object): def retranslateUi(self, exceptionDialog): exceptionDialog.setWindowTitle( - translate('OpenLP.ExceptionDialog', 'Error Occured')) + translate('OpenLP.ExceptionDialog', 'Error Occurred')) self.messageLabel.setText(translate('OpenLP.ExceptionDialog', 'Oops! ' 'OpenLP hit a problem, and couldn\'t recover. The text in the box ' 'below contains information that might be helpful to the OpenLP '