From 398b71dda1d51c8ba3ffa8f7fea4290f584ccc46 Mon Sep 17 00:00:00 2001 From: Patrick Zimmermann Date: Mon, 21 Jan 2013 21:27:56 +0100 Subject: [PATCH] Clarify wizard page descriptions a bit. --- openlp/plugins/songs/forms/duplicatesongremovalform.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/openlp/plugins/songs/forms/duplicatesongremovalform.py b/openlp/plugins/songs/forms/duplicatesongremovalform.py index 6ba64438f..b6bf29cdf 100644 --- a/openlp/plugins/songs/forms/duplicatesongremovalform.py +++ b/openlp/plugins/songs/forms/duplicatesongremovalform.py @@ -138,12 +138,14 @@ class DuplicateSongRemovalForm(OpenLPWizard): self.titleLabel.setText(WizardStrings.HeaderStyle % translate(u'OpenLP.Ui', u'Welcome to the Duplicate Song Removal Wizard')) self.informationLabel.setText(translate("Wizard", - u'This wizard will help you to remove duplicate songs from the song database.')) - self.searchingPage.setTitle(translate(u'Wizard', u'Searching for doubles')) + u'This wizard will help you to remove duplicate songs from the song database. You will have a chance to ' + u'review every potential duplicate song before it is deleted. So no songs will be deleted without your ' + u'explicit approval.')) + self.searchingPage.setTitle(translate(u'Wizard', u'Searching for duplicate songs.')) self.searchingPage.setSubTitle(translate(u'Wizard', u'The song database is searched for double songs.')) self.updateReviewCounterText() self.reviewPage.setSubTitle(translate(u'Wizard', - u'This page shows all duplicate songs to review which ones to remove and which ones to keep.')) + u'Here you can decide which songs to remove and which ones to keep.')) def updateReviewCounterText(self): self.reviewPage.setTitle(translate(u'Wizard', u'Review duplicate songs (%s/%s)') % \