This commit is contained in:
Tim Bentley 2019-01-04 20:30:34 +00:00
parent 2f91548e72
commit 588fc947c3
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class PluginManager(RegistryBase, LogMixin, RegistryProperties):
if uninitialised_plugins:
display_text = translate('OpenLP.PluginManager',
'Unable to initialise the following plugins:') + \
'\n\n'.join(uninitialised_plugins) + '\n\n'
'\n\n'.join(uninitialised_plugins) + '\n\n'
error_text = State().get_text()
if error_text:
display_text = display_text + error_text + '\n'