openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #16339
[Merge] lp:~sfindlay/openlp/bug1019696 into lp:openlp
Samuel Findlay has proposed merging lp:~sfindlay/openlp/bug1019696 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #1019696 in OpenLP: ""Save and Preview" subtitle in the theme edit needs to be changed"
https://bugs.launchpad.net/openlp/+bug/1019696
For more details, see:
https://code.launchpad.net/~sfindlay/openlp/bug1019696/+merge/112924
Theme Wizard: updated final page's subtitle to match behaviour that changed in r1176
--
https://code.launchpad.net/~sfindlay/openlp/bug1019696/+merge/112924
Your team OpenLP Core is requested to review the proposed merge of lp:~sfindlay/openlp/bug1019696 into lp:openlp.
=== modified file 'openlp/core/ui/themewizard.py'
--- openlp/core/ui/themewizard.py 2012-06-22 14:14:53 +0000
+++ openlp/core/ui/themewizard.py 2012-07-01 03:43:23 +0000
@@ -552,11 +552,9 @@
themeWizard.setButtonText(QtGui.QWizard.CustomButton1,
translate('OpenLP.ThemeWizard', 'Layout Preview'))
self.previewPage.setTitle(
- translate('OpenLP.ThemeWizard', 'Save and Preview'))
+ translate('OpenLP.ThemeWizard', 'Preview and Save'))
self.previewPage.setSubTitle(
- translate('OpenLP.ThemeWizard', 'View the theme and save it '
- 'replacing the current one or change the name to create a '
- 'new theme'))
+ translate('OpenLP.ThemeWizard', 'Preview the theme and save it.'))
self.themeNameLabel.setText(
translate('OpenLP.ThemeWizard', 'Theme name:'))
# Align all QFormLayouts towards each other.
Follow ups