From 14b763d677db11cd9b6ca151c28b9ba16ba5a5bc Mon Sep 17 00:00:00 2001 From: John Morris Date: Fri, 15 Nov 2019 16:26:08 +0000 Subject: [PATCH] Corrected typos in 4 files --- openlp/core/app.py | 2 +- openlp/core/projectors/constants.py | 6 +++--- openlp/core/ui/exceptionform.py | 2 +- openlp/plugins/songs/lib/importer.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openlp/core/app.py b/openlp/core/app.py index 2256bd115..3b1ac2f4c 100644 --- a/openlp/core/app.py +++ b/openlp/core/app.py @@ -432,7 +432,7 @@ def main(): except OSError: QtWidgets.QMessageBox.warning( None, translate('OpenLP', 'Settings Upgrade'), - translate('OpenLP', 'Settings back up failed.\n\nContinuining to upgrade.')) + translate('OpenLP', 'Settings back up failed.\n\nContinuing to upgrade.')) settings.upgrade_settings() # First time checks in settings if not Settings().value('core/has run wizard'): diff --git a/openlp/core/projectors/constants.py b/openlp/core/projectors/constants.py index 7fa342fff..270b0ae75 100644 --- a/openlp/core/projectors/constants.py +++ b/openlp/core/projectors/constants.py @@ -459,14 +459,14 @@ STATUS_MSG = { E_UNFINISHED_SOCKET_OPERATION: translate('OpenLP.ProjectorConstants', 'The last operation attempted has not finished yet ' '(still in progress in the background)'), - E_UNKNOWN: translate('OpenLP.ProjectorConstants', 'Unknown condiction detected'), + E_UNKNOWN: translate('OpenLP.ProjectorConstants', 'Unknown condition detected'), E_UNKNOWN_SOCKET_ERROR: translate('OpenLP.ProjectorConstants', 'An unidentified socket error occurred'), E_UNSUPPORTED_SOCKET_OPERATION: translate('OpenLP.ProjectorConstants', 'The requested socket operation is not supported by the local ' 'operating system (e.g., lack of IPv6 support)'), E_WARN: translate('OpenLP.ProjectorConstants', 'Warning condition detected'), S_AUTHENTICATE: translate('OpenLP.ProjectorConstants', 'Connection initializing with pin'), - S_BOUND: translate('OpenLP.ProjectorConstants', 'Socket is bount to an address or port'), + S_BOUND: translate('OpenLP.ProjectorConstants', 'Socket is bound to an address or port'), S_CONNECT: translate('OpenLP.ProjectorConstants', 'Connection initializing'), S_CLOSING: translate('OpenLP.ProjectorConstants', 'Socket is about to close'), S_CONNECTED: translate('OpenLP.ProjectorConstants', 'Connected'), @@ -476,7 +476,7 @@ STATUS_MSG = { S_HOST_LOOKUP: translate('OpenLP.ProjectorConstants', 'Performing a host name lookup'), S_INFO: translate('OpenLP.ProjectorConstants', 'Projector Information available'), S_INITIALIZE: translate('OpenLP.ProjectorConstants', 'Initialize in progress'), - S_LISTENING: translate('OpenLP.ProjectorConstants', 'Socket it listening (internal use only)'), + S_LISTENING: translate('OpenLP.ProjectorConstants', 'Socket is listening (internal use only)'), S_NETWORK_IDLE: translate('OpenLP.ProjectorConstants', 'No network activity at this time'), S_NETWORK_RECEIVING: translate('OpenLP.ProjectorConstants', 'Received data'), S_NETWORK_SENDING: translate('OpenLP.ProjectorConstants', 'Sending data'), diff --git a/openlp/core/ui/exceptionform.py b/openlp/core/ui/exceptionform.py index be078d739..2317b27a0 100644 --- a/openlp/core/ui/exceptionform.py +++ b/openlp/core/ui/exceptionform.py @@ -114,7 +114,7 @@ class ExceptionForm(QtWidgets.QDialog, Ui_ExceptionDialog, RegistryProperties): log.exception('Failed to write crash report') QtWidgets.QMessageBox.warning( self, translate('OpenLP.ExceptionDialog', 'Failed to Save Report'), - translate('OpenLP.ExceptionDialog', 'The following error occured when saving the report.\n\n' + translate('OpenLP.ExceptionDialog', 'The following error occurred when saving the report.\n\n' '{exception}').format(file_name=file_path, exception=e)) def on_send_report_button_clicked(self): diff --git a/openlp/plugins/songs/lib/importer.py b/openlp/plugins/songs/lib/importer.py index beb1d3e24..a84127933 100644 --- a/openlp/plugins/songs/lib/importer.py +++ b/openlp/plugins/songs/lib/importer.py @@ -361,7 +361,7 @@ class SongFormat(object): 'filter': '{text} (*.txt)'.format(text=translate('SongsPlugin.ImportWizardForm', 'Singing The Faith Exported Files')), 'descriptionText': translate('SongsPlugin.ImportWizardForm', - 'First use Singing The Faith Electonic edition to export ' + 'First use Singing The Faith Electronic edition to export ' 'the song(s) in Text format.') }, SongBeamer: {