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,
translate('BiblesPlugin.UpgradeWizardForm',
'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 '
'a bug.'))
'Bibles you need permission to write to the given '
'directory. If you have write permissions and this '
'error still occurs, please report a bug.'))
return False
return True
elif self.currentPage() == self.selectPage: