From e8e893c842ba4516ba0972469928d07e11987382 Mon Sep 17 00:00:00 2001 From: suutari-olli Date: Sun, 3 Apr 2016 14:26:48 +0300 Subject: [PATCH] Changed Live to live (lowercaps) for controlling this setting to match other settings. --- openlp/core/ui/generaltab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/generaltab.py b/openlp/core/ui/generaltab.py index da60f8311..a7844063b 100644 --- a/openlp/core/ui/generaltab.py +++ b/openlp/core/ui/generaltab.py @@ -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:'))