forked from openlp/openlp
fix some mission spaces and addapt some strings
This commit is contained in:
parent
905fc6d91f
commit
06cce54788
@ -279,9 +279,8 @@ class BiblesTab(SettingsTab):
|
|||||||
self.languageSelectionGroupBox.setTitle(
|
self.languageSelectionGroupBox.setTitle(
|
||||||
translate('BiblesPlugin.BiblesTab', 'Preferred Bookname Language'))
|
translate('BiblesPlugin.BiblesTab', 'Preferred Bookname Language'))
|
||||||
self.languageSelectionLabel.setText(translate('BiblesPlugin.BiblesTab',
|
self.languageSelectionLabel.setText(translate('BiblesPlugin.BiblesTab',
|
||||||
'Choose the language in which the book names of the\nbible should '
|
'Choose the language in which the book names of the\nBible should '
|
||||||
'be displayed in advanced search or on\nautocompleter in quick '
|
'be displayed in the Bible search:'))
|
||||||
'search:'))
|
|
||||||
self.languageSelectionComboBox.setItemText(LanguageSelection.Bible,
|
self.languageSelectionComboBox.setItemText(LanguageSelection.Bible,
|
||||||
translate('BiblesPlugin.BiblesTab', 'Bible language'))
|
translate('BiblesPlugin.BiblesTab', 'Bible language'))
|
||||||
self.languageSelectionComboBox.setItemText(
|
self.languageSelectionComboBox.setItemText(
|
||||||
@ -291,9 +290,9 @@ class BiblesTab(SettingsTab):
|
|||||||
translate('BiblesPlugin.BiblesTab', 'English'))
|
translate('BiblesPlugin.BiblesTab', 'English'))
|
||||||
self.languageSelectionComboBox.setToolTip(
|
self.languageSelectionComboBox.setToolTip(
|
||||||
translate('BiblesPlugin.BiblesTab', 'Multiple options:\n '
|
translate('BiblesPlugin.BiblesTab', 'Multiple options:\n '
|
||||||
'Bible language - the language in which the bible book names '
|
'Bible language - the language in which the Bible book names '
|
||||||
'was imported\n Application language - the language you have '
|
'were imported\n Application language - the language you have '
|
||||||
'choosen for Openlp\n English - use always English booknames'))
|
'chosen for OpenLP\n English - always use English book names'))
|
||||||
|
|
||||||
def onBibleThemeComboBoxChanged(self):
|
def onBibleThemeComboBoxChanged(self):
|
||||||
self.bible_theme = self.bibleThemeComboBox.currentText()
|
self.bible_theme = self.bibleThemeComboBox.currentText()
|
||||||
|
Loading…
Reference in New Issue
Block a user