From 432c7a6380d97a76beaa4d24610e1ef27a3b6924 Mon Sep 17 00:00:00 2001 From: suutari-olli Date: Tue, 15 Mar 2016 22:12:37 +0200 Subject: [PATCH] Visual ident pep8 fix. If there are other's after this, they are part of trunk? --- openlp/core/ui/advancedtab.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openlp/core/ui/advancedtab.py b/openlp/core/ui/advancedtab.py index 69647a046..f95da5595 100644 --- a/openlp/core/ui/advancedtab.py +++ b/openlp/core/ui/advancedtab.py @@ -302,8 +302,7 @@ class AdvancedTab(SettingsTab): self.default_file_label.setText(translate('OpenLP.AdvancedTab', 'Image file:')) self.default_browse_button.setToolTip(translate('OpenLP.AdvancedTab', 'Browse for an image file to display.')) self.default_revert_button.setToolTip(translate('OpenLP.AdvancedTab', 'Revert to the default OpenLP logo.')) - self.default_show_nothing_check_box.setText(translate('OpenLP.AdvancedTab', - 'Do not show anything on startup')) + self.default_show_nothing_check_box.setText(translate('OpenLP.AdvancedTab', 'Do not show anything on startup')) self.data_directory_current_label.setText(translate('OpenLP.AdvancedTab', 'Current path:')) self.data_directory_new_label.setText(translate('OpenLP.AdvancedTab', 'Custom path:')) self.data_directory_browse_button.setToolTip(translate('OpenLP.AdvancedTab',