- Changed: Clicking on selected slide in live advances to the next effect to Clicking on current slide in live advances to the next effect

This commit is contained in:
suutari-olli 2016-04-12 15:58:00 +03:00
parent 42b72ab3a6
commit 6a0108ced1
1 changed files with 1 additions and 1 deletions

View File

@ -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 '