occured -> occurred (#660)

* Fix duplicate source string

* occured -> occurred

All resources I could find listed this as misspelled, but I wasn't too
sure…
Also, it should be checked if all changes to the .po-files are respected
in the corresponding src-files.
This commit is contained in:
Jakob Schnell
2017-11-03 11:46:35 +01:00
committed by Raphael Michel
parent 66483b6ae8
commit 831e31ea9d
9 changed files with 19 additions and 18 deletions

View File

@@ -133,7 +133,7 @@ class AsyncAction:
return str(exception)
else:
logger.error('Unexpected exception: %r' % exception)
return _('An unexpected error has occured.')
return _('An unexpected error has occurred.')
def get_success_message(self, value):
return _('The task has been completed.')