From d61509e5dd37276c58ec1357212de5cfe941dac1 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 7 Mar 2013 23:39:46 +0200 Subject: [PATCH] Remove unintended whitespace. --- openlp/plugins/custom/forms/editcustomdialog.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openlp/plugins/custom/forms/editcustomdialog.py b/openlp/plugins/custom/forms/editcustomdialog.py index 81ed3cc5c..3a73dab18 100644 --- a/openlp/plugins/custom/forms/editcustomdialog.py +++ b/openlp/plugins/custom/forms/editcustomdialog.py @@ -102,7 +102,7 @@ class Ui_CustomEditDialog(object): [self.preview_button]) self.dialog_layout.addWidget(self.button_box) self.retranslateUi(custom_edit_dialog) - + def retranslateUi(self, custom_edit_dialog): custom_edit_dialog.setWindowTitle(translate('CustomPlugin.EditCustomForm', 'Edit Custom Slides')) self.title_label.setText(translate('CustomPlugin.EditCustomForm', '&Title:')) @@ -115,4 +115,3 @@ class Ui_CustomEditDialog(object): self.theme_label.setText(translate('CustomPlugin.EditCustomForm', 'The&me:')) self.credit_label.setText(translate('CustomPlugin.EditCustomForm', '&Credits:')) self.preview_button.setText(UiStrings().SaveAndPreview) - \ No newline at end of file