Noticed one line was longer than 120, splitted it.

This commit is contained in:
suutari-olli 2016-04-04 03:43:29 +03:00
parent 1d67072dfd
commit edcf0379ee
1 changed files with 3 additions and 2 deletions

View File

@ -694,8 +694,9 @@ class BibleMediaItem(MediaManagerItem):
self.main_window.information_message(
translate('BiblesPlugin.MediaItem', 'Information'),
translate('BiblesPlugin.MediaItem', 'The second Bible does not contain all the verses '
'that are in the main Bible. Only verses found in both Bibles will be shown. %d '
'verses have not been included in the results.') % count)
'that are in the main Bible. Only verses found in both Bibles '
'will be shown. %d verses have not been included '
'in the results.') % count)
self.search_results = new_search_results
self.second_search_results = bibles[second_bible].get_verses(text)