forked from openlp/openlp
More string fixes
This commit is contained in:
parent
0e53994ca6
commit
9a46ebca56
@ -335,13 +335,13 @@ class Ui_BibleImportWizard(object):
|
|||||||
self.FormatComboBox.setItemText(3,
|
self.FormatComboBox.setItemText(3,
|
||||||
translate('BiblesPlugin.ImportWizardForm', 'Web Download'))
|
translate('BiblesPlugin.ImportWizardForm', 'Web Download'))
|
||||||
self.OsisLocationLabel.setText(
|
self.OsisLocationLabel.setText(
|
||||||
translate('BiblesPlugin.ImportWizardForm', 'File Location:'))
|
translate('BiblesPlugin.ImportWizardForm', 'File location:'))
|
||||||
self.BooksLocationLabel.setText(
|
self.BooksLocationLabel.setText(
|
||||||
translate('BiblesPlugin.ImportWizardForm', 'Books Location:'))
|
translate('BiblesPlugin.ImportWizardForm', 'Books location:'))
|
||||||
self.VerseLocationLabel.setText(
|
self.VerseLocationLabel.setText(
|
||||||
translate('BiblesPlugin.ImportWizardForm', 'Verse Location:'))
|
translate('BiblesPlugin.ImportWizardForm', 'Verse location:'))
|
||||||
self.OpenSongFileLabel.setText(
|
self.OpenSongFileLabel.setText(
|
||||||
translate('BiblesPlugin.ImportWizardForm', 'Bible Filename:'))
|
translate('BiblesPlugin.ImportWizardForm', 'Bible filename:'))
|
||||||
self.LocationLabel.setText(
|
self.LocationLabel.setText(
|
||||||
translate('BiblesPlugin.ImportWizardForm', 'Location:'))
|
translate('BiblesPlugin.ImportWizardForm', 'Location:'))
|
||||||
self.LocationComboBox.setItemText(0,
|
self.LocationComboBox.setItemText(0,
|
||||||
@ -369,7 +369,7 @@ class Ui_BibleImportWizard(object):
|
|||||||
translate('BiblesPlugin.ImportWizardForm',
|
translate('BiblesPlugin.ImportWizardForm',
|
||||||
'Set up the Bible\'s license details.'))
|
'Set up the Bible\'s license details.'))
|
||||||
self.VersionNameLabel.setText(
|
self.VersionNameLabel.setText(
|
||||||
translate('BiblesPlugin.ImportWizardForm', 'Version Name:'))
|
translate('BiblesPlugin.ImportWizardForm', 'Version name:'))
|
||||||
self.CopyrightLabel.setText(
|
self.CopyrightLabel.setText(
|
||||||
translate('BiblesPlugin.ImportWizardForm', 'Copyright:'))
|
translate('BiblesPlugin.ImportWizardForm', 'Copyright:'))
|
||||||
self.PermissionLabel.setText(
|
self.PermissionLabel.setText(
|
||||||
@ -382,3 +382,4 @@ class Ui_BibleImportWizard(object):
|
|||||||
self.ImportProgressLabel.setText(
|
self.ImportProgressLabel.setText(
|
||||||
translate('BiblesPlugin.ImportWizardForm', 'Ready.'))
|
translate('BiblesPlugin.ImportWizardForm', 'Ready.'))
|
||||||
self.ImportProgressBar.setFormat(u'%p%')
|
self.ImportProgressBar.setFormat(u'%p%')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user