Mercurial > hg > svgui
changeset 449:f2ef0ff2e3b0
* minor text change
author | Chris Cannam |
---|---|
date | Wed, 19 Nov 2008 21:36:33 +0000 |
parents | 2b5d04b21d87 |
children | 35b7cbcfc2d0 |
files | widgets/TransformFinder.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/widgets/TransformFinder.cpp Wed Nov 19 14:55:17 2008 +0000 +++ b/widgets/TransformFinder.cpp Wed Nov 19 21:36:33 2008 +0000 @@ -48,7 +48,7 @@ connect(searchField, SIGNAL(textChanged(const QString &)), this, SLOT(searchTextChanged(const QString &))); - m_infoLabel = new QLabel(tr("Type in the box above to search descriptions of available and known transforms")); + m_infoLabel = new QLabel(tr("Type in this box to search descriptions of available and known transforms")); mainGrid->addWidget(m_infoLabel, 1, 1); m_resultsScroll = new QScrollArea;