From 33a77b72f784a0d9d62a580beff6aaa9ff72a2f9 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Tue, 15 Feb 2011 19:26:43 +0000 Subject: [PATCH] Fixes --- openlp/core/lib/ui.py | 2 +- openlp/core/ui/printserviceorderform.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/openlp/core/lib/ui.py b/openlp/core/lib/ui.py index 8a1bf828f..27c510eb2 100644 --- a/openlp/core/lib/ui.py +++ b/openlp/core/lib/ui.py @@ -44,7 +44,7 @@ class UiStrings(object): Advanced = translate('OpenLP.Ui', 'Advanced') AllFiles = translate('OpenLP.Ui', 'All Files') Authors = translate('OpenLP.Ui', 'Authors') - CopyToHtml = translate('OpenLP.Ui', 'Copy to Html') + CopyToHtml = translate('OpenLP.Ui', 'Copy to HTML') CopyToText = translate('OpenLP.Ui', 'Copy to Text') CreateService = translate('OpenLP.Ui', 'Create a new service.') Delete = translate('OpenLP.Ui', '&Delete') diff --git a/openlp/core/ui/printserviceorderform.py b/openlp/core/ui/printserviceorderform.py index 0fca2c297..cfd0f7a52 100644 --- a/openlp/core/ui/printserviceorderform.py +++ b/openlp/core/ui/printserviceorderform.py @@ -187,7 +187,6 @@ class PrintServiceOrderForm(QtGui.QDialog, Ui_PrintServiceOrderDialog): else: self.copyTextButton.setText(UiStrings.CopyToText) - def accept(self): """ Save the settings and close the dialog.