From 6a0108ced152a172430e79b894db36a8a11783d0 Mon Sep 17 00:00:00 2001 From: suutari-olli Date: Tue, 12 Apr 2016 15:58:00 +0300 Subject: [PATCH] - Changed: Clicking on selected slide in live advances to the next effect to Clicking on current slide in live advances to the next effect --- openlp/plugins/presentations/lib/presentationtab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/presentations/lib/presentationtab.py b/openlp/plugins/presentations/lib/presentationtab.py index 55bffbb2b..5d272ceda 100644 --- a/openlp/plugins/presentations/lib/presentationtab.py +++ b/openlp/plugins/presentations/lib/presentationtab.py @@ -125,7 +125,7 @@ class PresentationTab(SettingsTab): translate('PresentationPlugin.PresentationTab', 'Allow presentation application to be overridden')) self.ppt_slide_click_check_box.setText( translate('PresentationPlugin.PresentationTab', - 'Clicking on a selected slide in live advances to the next effect')) + 'Clicking on current slide in live advances to the next effect')) self.ppt_window_check_box.setText( translate('PresentationPlugin.PresentationTab', 'Let PowerPoint control the size and position of the presentation window '