From 6b1f8f36f2623b47a37a14e07a38311becb28cb7 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Wed, 1 Jun 2011 11:35:08 +0200 Subject: [PATCH] fixed spelling --- openlp/plugins/bibles/forms/bibleupgradeform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/bibles/forms/bibleupgradeform.py b/openlp/plugins/bibles/forms/bibleupgradeform.py index 9ba7e36d3..a60fbec8f 100644 --- a/openlp/plugins/bibles/forms/bibleupgradeform.py +++ b/openlp/plugins/bibles/forms/bibleupgradeform.py @@ -429,7 +429,7 @@ class BibleUpgradeForm(OpenLPWizard): if not self.backupOldBibles(backup_path): critical_error_message_box(UiStrings().Error, translate('BiblesPlugin.UpgradeWizardForm', - 'The backup was not successfull.\nTo backup your ' + 'The backup was not successful.\nTo backup your ' 'Bibles you need the permission to write in the ' 'given directory. If you have a permissions to ' 'write and this error still occurs, please report '