From 38d777d98e042a9f12c47e1adc814657dd1e87e5 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 4 Dec 2010 09:05:11 +0000 Subject: [PATCH] Fix more line endings --- openlp/core/ui/themewizard.py | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/openlp/core/ui/themewizard.py b/openlp/core/ui/themewizard.py index a2a919857..8f981ad7c 100644 --- a/openlp/core/ui/themewizard.py +++ b/openlp/core/ui/themewizard.py @@ -554,15 +554,25 @@ class Ui_ThemeWizard(object): ThemeWizard.setWindowTitle(translate('OpenLP.ThemeForm', 'Theme Wizard')) self.titleLabel.setText(translate('OpenLP.ThemeForm', - '\n' -'\n' -'

Welcome to the Theme Wizard

')) - self.informationLabel.setText(translate('OpenLP.ThemeForm', 'This wizard will help you to maintain Themes . Click the next button below to start the process by setting up your background.')) - self.backgroundPage.setTitle(translate('OpenLP.ThemeForm', 'Set Up Background')) + '\n' + '\n' + '

' + 'Welcome to the Theme Wizard

')) + self.informationLabel.setText(translate('OpenLP.ThemeForm', + 'This wizard will help you to maintain Themes . Click the next ' + 'button below to start the process by setting up your background.')) + self.backgroundPage.setTitle(translate('OpenLP.ThemeForm', + 'Set Up Background')) self.backgroundPage.setSubTitle(translate('OpenLP.ThemeForm', - 'Set up your theme\'s background according to the parameters below.')) + 'Set up your theme\'s background according to the parameters ' + 'below.')) self.backgroundTypeLabel.setText(translate('OpenLP.ThemeForm', 'Background type:')) self.backgroundTypeComboBox.setItemText(0, translate('OpenLP.ThemeForm', @@ -668,7 +678,8 @@ class Ui_ThemeWizard(object): self.previewPage.setTitle(translate('OpenLP.ThemeForm', 'Save and Preview')) self.previewPage.setSubTitle(translate('OpenLP.ThemeForm', - 'View the theme and save it replacing the current one or change the name to create a new theme')) + 'View the theme and save it replacing the current one or change ' + 'the name to create a new theme')) self.themeNameLabel.setText(translate('OpenLP.ThemeForm', 'Theme name:')) self.previewLabel.setText(translate('OpenLP.ThemeForm', 'Preview'))