WizardStrings

This commit is contained in:
Jon Tibble 2011-02-12 15:37:02 +00:00
parent 0988158c56
commit 34cf16fd06
3 changed files with 3 additions and 4 deletions

View File

@ -48,6 +48,7 @@ class WizardStrings(object):
'Variable 1 & 3 are import/export. Variable 2 is a type like Bibles'))
FinishedType = unicode(translate('OpenLP.Ui', 'Finished %s.'))
FormatLabel = translate('OpenLP.Ui', 'Format:')
Importing = translate('OpenLP.Ui', 'Importing')
ImportSelect = translate('OpenLP.Ui', 'Select Import Source')
ImportSelectLong = unicode(translate('OpenLP.Ui',
'Select the import format and the location to import from.'))

View File

@ -426,8 +426,7 @@ class BibleImportForm(OpenLPWizard):
translate('BiblesPlugin.ImportWizardForm', 'Copyright:'))
self.permissionsLabel.setText(
translate('BiblesPlugin.ImportWizardForm', 'Permissions:'))
self.progressPage.setTitle(
translate('BiblesPlugin.ImportWizardForm', 'Importing'))
self.progressPage.setTitle(WizardStrings.Importing)
self.progressPage.setSubTitle(
translate('BiblesPlugin.ImportWizardForm',
'Please wait while your Bible is imported.'))

View File

@ -291,8 +291,7 @@ class SongImportForm(OpenLPWizard):
# self.csvFilenameLabel.setText(
# translate('SongsPlugin.ImportWizardForm', 'Filename:'))
# self.csvBrowseButton.setText(UiStrings.Browse)
self.progressPage.setTitle(
translate('SongsPlugin.ImportWizardForm', 'Importing'))
self.progressPage.setTitle(WizardStrings.Importing)
self.progressPage.setSubTitle(
translate('SongsPlugin.ImportWizardForm',
'Please wait while your songs are imported.'))