Minor string change.

This commit is contained in:
Patrick Zimmermann 2013-03-05 23:20:09 +01:00
parent aced0516b0
commit 001dd40c6b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class DuplicateSongRemovalForm(OpenLPWizard):
u'review every potential duplicate song before it is deleted. So no songs will be deleted without your '
u'explicit approval.'))
self.searching_page.setTitle(translate(u'Wizard', u'Searching for duplicate songs.'))
self.searching_page.setSubTitle(translate(u'Wizard', u'Please wait while your songs database is searched.'))
self.searching_page.setSubTitle(translate(u'Wizard', u'Please wait while your songs database is analyzed.'))
self.update_review_counter_text()
self.review_page.setSubTitle(translate(u'Wizard',
u'Here you can decide which songs to remove and which ones to keep.'))