more spelling fixes

This commit is contained in:
Andreas Preikschat 2011-06-01 14:08:40 +02:00
parent 6b1f8f36f2
commit b9dfd1f7d2
1 changed files with 3 additions and 4 deletions

View File

@ -430,10 +430,9 @@ class BibleUpgradeForm(OpenLPWizard):
critical_error_message_box(UiStrings().Error, critical_error_message_box(UiStrings().Error,
translate('BiblesPlugin.UpgradeWizardForm', translate('BiblesPlugin.UpgradeWizardForm',
'The backup was not successful.\nTo backup your ' 'The backup was not successful.\nTo backup your '
'Bibles you need the permission to write in the ' 'Bibles you need permission to write to the given '
'given directory. If you have a permissions to ' 'directory. If you have write permissions and this '
'write and this error still occurs, please report ' 'error still occurs, please report a bug.'))
'a bug.'))
return False return False
return True return True
elif self.currentPage() == self.selectPage: elif self.currentPage() == self.selectPage: