forked from openlp/openlp
more spelling fixes
This commit is contained in:
parent
6b1f8f36f2
commit
b9dfd1f7d2
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user