← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~raoul-snyman/openlp/string-fixes into lp:openlp

 

Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/string-fixes into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)


Fixed a spelling error.
-- 
https://code.launchpad.net/~raoul-snyman/openlp/string-fixes/+merge/35848
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/string-fixes into lp:openlp.
=== modified file 'openlp/core/ui/exceptiondialog.py'
--- openlp/core/ui/exceptiondialog.py	2010-09-07 20:42:33 +0000
+++ openlp/core/ui/exceptiondialog.py	2010-09-17 16:26:45 +0000
@@ -73,7 +73,7 @@
 
     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 '


Follow ups