diff --git a/openlp.pyw b/openlp.pyw index 07e987842..b8c16c585 100755 --- a/openlp.pyw +++ b/openlp.pyw @@ -220,8 +220,6 @@ def main(): qInitResources() # Now create and actually run the application. app = OpenLP(qt_args) - # Define the settings environment - settings = QtCore.QSettings(u'OpenLP', u'OpenLP') # Instance check if app.isAlreadyRunning(): sys.exit() diff --git a/openlp/core/ui/starttimedialog.py b/openlp/core/ui/starttimedialog.py index 7597341f1..be34b765e 100644 --- a/openlp/core/ui/starttimedialog.py +++ b/openlp/core/ui/starttimedialog.py @@ -106,7 +106,7 @@ class Ui_StartTimeDialog(object): def retranslateUi(self, StartTimeDialog): self.setWindowTitle(translate('OpenLP.StartTimeForm', - 'Item Start and Fnish Time')) + 'Item Start and Finish Time')) self.hourSpinBox.setSuffix(UiStrings.Hours) self.minuteSpinBox.setSuffix(UiStrings.Minutes) self.secondSpinBox.setSuffix(UiStrings.Seconds)