This commit is contained in:
Tim Bentley 2011-02-15 19:26:43 +00:00
parent e5239697f0
commit 33a77b72f7
2 changed files with 1 additions and 2 deletions

View File

@ -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')

View File

@ -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.