Fix comments

This commit is contained in:
Tim Bentley 2011-06-26 07:49:10 +01:00
parent 94aae25333
commit 217510281c
1 changed files with 3 additions and 3 deletions

View File

@ -424,8 +424,8 @@ class Ui_MainWindow(object):
translate('OpenLP.MainWindow', 'Toggle Live Panel')) translate('OpenLP.MainWindow', 'Toggle Live Panel'))
self.lockPanel.setText( self.lockPanel.setText(
translate('OpenLP.MainWindow', 'L&ock Panels')) translate('OpenLP.MainWindow', 'L&ock Panels'))
self.lockPanel.setToolTip( self.lockPanel.setStatusTip(
translate('OpenLP.MainWindow', 'Prevent Panels changing')) translate('OpenLP.MainWindow', 'Prevent the Panels being moved.'))
self.viewLivePanel.setStatusTip(translate('OpenLP.MainWindow', self.viewLivePanel.setStatusTip(translate('OpenLP.MainWindow',
'Toggle the visibility of the live panel.')) 'Toggle the visibility of the live panel.'))
self.settingsPluginListItem.setText(translate('OpenLP.MainWindow', self.settingsPluginListItem.setText(translate('OpenLP.MainWindow',
@ -971,7 +971,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
def setLockPanel(self, lock): def setLockPanel(self, lock):
""" """
Sets the ability to stiop the toolbars being changed. Sets the ability to stop the toolbars being changed.
""" """
if lock: if lock:
self.themeManagerDock.setFeatures( self.themeManagerDock.setFeatures(