forked from openlp/openlp
Fix merge error
bzr-revno: 1065
This commit is contained in:
commit
00359e0d1a
@ -52,8 +52,8 @@ class Ui_FileRenameDialog(object):
|
|||||||
QtCore.QMetaObject.connectSlotsByName(FileRenameDialog)
|
QtCore.QMetaObject.connectSlotsByName(FileRenameDialog)
|
||||||
|
|
||||||
def retranslateUi(self, FileRenameDialog):
|
def retranslateUi(self, FileRenameDialog):
|
||||||
FileRenameDialog.setWindowTitle(self.transitionGroupBox.setTitle(
|
FileRenameDialog.setWindowTitle(translate('OpenLP.FileRenameForm',
|
||||||
translate('OpenLP.FileRenameForm', 'File Rename')))
|
'File Rename'))
|
||||||
self.FileRenameLabel.setText(translate('OpenLP.FileRenameForm',
|
self.FileRenameLabel.setText(translate('OpenLP.FileRenameForm',
|
||||||
'New File Name:'))
|
'New File Name:'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user