Improved the UI message for the new setting.

This commit is contained in:
suutari-olli 2016-05-02 07:56:56 +03:00
parent 7f4cd5f4c0
commit 8865b47afd

View File

@ -222,7 +222,7 @@ class BiblesTab(SettingsTab):
'Don\'t show error if nothing is found in "Text or '
'Scripture Reference"'))
self.bible_search_while_typing_check_box.setText(translate('BiblesPlugin.BiblesTab',
'Search automatically while typing'))
'Search automatically when writing is stopped'))
def on_bible_theme_combo_box_changed(self):
self.bible_theme = self.bible_theme_combo_box.currentText()