forked from openlp/openlp
Fixes
This commit is contained in:
parent
e5239697f0
commit
33a77b72f7
@ -44,7 +44,7 @@ class UiStrings(object):
|
|||||||
Advanced = translate('OpenLP.Ui', 'Advanced')
|
Advanced = translate('OpenLP.Ui', 'Advanced')
|
||||||
AllFiles = translate('OpenLP.Ui', 'All Files')
|
AllFiles = translate('OpenLP.Ui', 'All Files')
|
||||||
Authors = translate('OpenLP.Ui', 'Authors')
|
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')
|
CopyToText = translate('OpenLP.Ui', 'Copy to Text')
|
||||||
CreateService = translate('OpenLP.Ui', 'Create a new service.')
|
CreateService = translate('OpenLP.Ui', 'Create a new service.')
|
||||||
Delete = translate('OpenLP.Ui', '&Delete')
|
Delete = translate('OpenLP.Ui', '&Delete')
|
||||||
|
@ -187,7 +187,6 @@ class PrintServiceOrderForm(QtGui.QDialog, Ui_PrintServiceOrderDialog):
|
|||||||
else:
|
else:
|
||||||
self.copyTextButton.setText(UiStrings.CopyToText)
|
self.copyTextButton.setText(UiStrings.CopyToText)
|
||||||
|
|
||||||
|
|
||||||
def accept(self):
|
def accept(self):
|
||||||
"""
|
"""
|
||||||
Save the settings and close the dialog.
|
Save the settings and close the dialog.
|
||||||
|
Loading…
Reference in New Issue
Block a user