diff widgets/PropertyBox.cpp @ 57:2b87a7bd9256

* update TODO, some tidying
author Chris Cannam
date Mon, 20 Mar 2006 11:37:45 +0000
parents 128ebfeeebee
children 01ab51f72e84
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp	Fri Mar 17 17:38:28 2006 +0000
+++ b/widgets/PropertyBox.cpp	Mon Mar 20 11:37:45 2006 +0000
@@ -153,7 +153,7 @@
 	gainDial->setFixedWidth(24);
 	gainDial->setFixedHeight(24);
 	gainDial->setNotchesVisible(false);
-	gainDial->setToolTip(tr("Layer playback Level"));
+	gainDial->setToolTip(tr("Playback Level"));
 	gainDial->setDefaultValue(0);
 	connect(gainDial, SIGNAL(valueChanged(int)),
 		this, SLOT(playGainDialChanged(int)));
@@ -174,7 +174,7 @@
 	panDial->setFixedWidth(24);
 	panDial->setFixedHeight(24);
 	panDial->setNotchesVisible(false);
-	panDial->setToolTip(tr("Layer playback Pan / Balance"));
+	panDial->setToolTip(tr("Playback Pan / Balance"));
 	panDial->setDefaultValue(0);
 	connect(panDial, SIGNAL(valueChanged(int)),
 		this, SLOT(playPanDialChanged(int)));