fix some mission spaces and addapt some strings

This commit is contained in:
Armin Köhler 2012-03-10 20:12:03 +01:00
parent 905fc6d91f
commit 06cce54788
3 changed files with 90 additions and 91 deletions

View File

@ -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()