diff --git a/openlp/core/lib/rendermanager.py b/openlp/core/lib/rendermanager.py index 65f2b355c..a93b5d90e 100644 --- a/openlp/core/lib/rendermanager.py +++ b/openlp/core/lib/rendermanager.py @@ -242,6 +242,7 @@ class RenderManager(object): Add line endings after each line of text used for bibles. """ log.debug(u'format slide') + print words return self.renderer.format_slide(words, line_break, self.force_page) def calculate_default(self, screen): diff --git a/openlp/core/lib/ui.py b/openlp/core/lib/ui.py index 6aa610d09..c1a9f8b35 100644 --- a/openlp/core/lib/ui.py +++ b/openlp/core/lib/ui.py @@ -77,7 +77,7 @@ class UiStrings(object): OLPV1 = translate('OpenLP.Ui', 'openlp.org 1.x') OLPV2 = translate('OpenLP.Ui', 'OpenLP 2.0') OpenLPStart = translate('OpenLP.Ui', 'OpenLP is already running. Do you ' - 'wish to continue.') + 'wish to continue?') OpenService = translate('OpenLP.Ui', 'Open Service') Preview = translate('OpenLP.Ui', 'Preview') PreviewPanel = translate('OpenLP.Ui', 'Preview Panel')