← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~trb143/openlp/alpha4 into lp:openlp

 

Tim Bentley has proposed merging lp:~trb143/openlp/alpha4 into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)


Somehow messed up the dialog changed last time round
-- 
https://code.launchpad.net/~trb143/openlp/alpha4/+merge/36657
Your team OpenLP Core is requested to review the proposed merge of lp:~trb143/openlp/alpha4 into lp:openlp.
=== modified file 'openlp/core/ui/filerenamedialog.py'
--- openlp/core/ui/filerenamedialog.py	2010-09-26 12:23:50 +0000
+++ openlp/core/ui/filerenamedialog.py	2010-09-26 14:04:42 +0000
@@ -52,8 +52,8 @@
         QtCore.QMetaObject.connectSlotsByName(FileRenameDialog)
 
     def retranslateUi(self, FileRenameDialog):
-        FileRenameDialog.setWindowTitle(self.transitionGroupBox.setTitle(
-            translate('OpenLP.FileRenameForm', 'File Rename')))
+        FileRenameDialog.setWindowTitle(translate('OpenLP.FileRenameForm',
+            'File Rename'))
         self.FileRenameLabel.setText(translate('OpenLP.FileRenameForm',
             'New File Name:'))
 


Follow ups