From edcf0379eef681d3558dd874b2c860ae8976fe67 Mon Sep 17 00:00:00 2001 From: suutari-olli Date: Mon, 4 Apr 2016 03:43:29 +0300 Subject: [PATCH] Noticed one line was longer than 120, splitted it. --- openlp/plugins/bibles/lib/mediaitem.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openlp/plugins/bibles/lib/mediaitem.py b/openlp/plugins/bibles/lib/mediaitem.py index 7a88de564..a28e8cd1a 100644 --- a/openlp/plugins/bibles/lib/mediaitem.py +++ b/openlp/plugins/bibles/lib/mediaitem.py @@ -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)