From 217510281c902c26cfa68829dd63d55e80215fcc Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 26 Jun 2011 07:49:10 +0100 Subject: [PATCH] Fix comments --- openlp/core/ui/mainwindow.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index 11467cded..12b59763d 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -424,8 +424,8 @@ class Ui_MainWindow(object): translate('OpenLP.MainWindow', 'Toggle Live Panel')) self.lockPanel.setText( translate('OpenLP.MainWindow', 'L&ock Panels')) - self.lockPanel.setToolTip( - translate('OpenLP.MainWindow', 'Prevent Panels changing')) + self.lockPanel.setStatusTip( + translate('OpenLP.MainWindow', 'Prevent the Panels being moved.')) self.viewLivePanel.setStatusTip(translate('OpenLP.MainWindow', 'Toggle the visibility of the live panel.')) self.settingsPluginListItem.setText(translate('OpenLP.MainWindow', @@ -971,7 +971,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): def setLockPanel(self, lock): """ - Sets the ability to stiop the toolbars being changed. + Sets the ability to stop the toolbars being changed. """ if lock: self.themeManagerDock.setFeatures(