From 006a90aca7198bb76e02ee720039a73e858421a1 Mon Sep 17 00:00:00 2001 From: suutari-olli Date: Mon, 2 May 2016 11:09:44 +0300 Subject: [PATCH] Added . to the end of web bibles sentence. is installed as Web Bible. --- openlp/plugins/bibles/lib/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/bibles/lib/manager.py b/openlp/plugins/bibles/lib/manager.py index ec7015061..b051978ae 100644 --- a/openlp/plugins/bibles/lib/manager.py +++ b/openlp/plugins/bibles/lib/manager.py @@ -331,7 +331,7 @@ class BibleManager(RegistryProperties): translate('BiblesPlugin.BibleManager', 'Text Search is not available with Web Bibles.\n' 'Please use the Scripture Reference Search instead.\n\n' 'This means that the currently used Bible or Second Bible\n' - 'is installed as Web Bible') + 'is installed as Web Bible.') ) return None # Shorter than 3 char searches break OpenLP with very long search times, thus they are blocked.