changed GeneralTab to AdvancedTab when translating since I moved the code

This commit is contained in:
Garrett 2011-01-17 08:32:58 -08:00
parent 0cab45bcf8
commit 6a7edfc7c0
1 changed files with 2 additions and 2 deletions

View File

@ -125,9 +125,9 @@ class AdvancedTab(SettingsTab):
'Expand new service items on creation')) 'Expand new service items on creation'))
self.enableAutoCloseCheckBox.setText(translate('OpenLP.AdvancedTab', self.enableAutoCloseCheckBox.setText(translate('OpenLP.AdvancedTab',
'Enable application exit confirmation')) 'Enable application exit confirmation'))
self.hideMouseGroupBox.setTitle(translate('OpenLP.GeneralTab', self.hideMouseGroupBox.setTitle(translate('OpenLP.AdvancedTab',
'Mouse Cursor')) 'Mouse Cursor'))
self.hideMouseCheckBox.setText(translate('OpenLP.GeneralTab', self.hideMouseCheckBox.setText(translate('OpenLP.AdvancedTab',
'Hide the ouse cursor when over the display window')) 'Hide the ouse cursor when over the display window'))
# self.sharedDirGroupBox.setTitle( # self.sharedDirGroupBox.setTitle(
# translate('AdvancedTab', 'Central Data Store')) # translate('AdvancedTab', 'Central Data Store'))