From 6a7edfc7c0e0b09790c406d076b47733acea90d4 Mon Sep 17 00:00:00 2001 From: Garrett Date: Mon, 17 Jan 2011 08:32:58 -0800 Subject: [PATCH] changed GeneralTab to AdvancedTab when translating since I moved the code --- openlp/core/ui/advancedtab.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/core/ui/advancedtab.py b/openlp/core/ui/advancedtab.py index 2c016ae7b..22fbfb281 100644 --- a/openlp/core/ui/advancedtab.py +++ b/openlp/core/ui/advancedtab.py @@ -125,9 +125,9 @@ class AdvancedTab(SettingsTab): 'Expand new service items on creation')) self.enableAutoCloseCheckBox.setText(translate('OpenLP.AdvancedTab', 'Enable application exit confirmation')) - self.hideMouseGroupBox.setTitle(translate('OpenLP.GeneralTab', + self.hideMouseGroupBox.setTitle(translate('OpenLP.AdvancedTab', 'Mouse Cursor')) - self.hideMouseCheckBox.setText(translate('OpenLP.GeneralTab', + self.hideMouseCheckBox.setText(translate('OpenLP.AdvancedTab', 'Hide the ouse cursor when over the display window')) # self.sharedDirGroupBox.setTitle( # translate('AdvancedTab', 'Central Data Store'))