Changed Live to live (lowercaps) for controlling this setting to match other settings.

This commit is contained in:
suutari-olli 2016-04-03 14:26:48 +03:00
parent 10d68dad3f
commit e8e893c842
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ class GeneralTab(SettingsTab):
'Prompt to save before starting a new service'))
self.auto_unblank_check_box.setText(translate('OpenLP.GeneralTab', 'Unblank display when adding new live item'))
self.click_live_slide_to_unblank_check_box.setText(translate('OpenLP.GeneralTab',
'Unblank display when changing slide in Live'))
'Unblank display when changing slide in live'))
self.auto_preview_check_box.setText(translate('OpenLP.GeneralTab',
'Automatically preview next item in service'))
self.timeout_label.setText(translate('OpenLP.GeneralTab', 'Timed slide interval:'))