# HG changeset patch # User Chris Cannam # Date 1227183693 0 # Node ID 129d1e82a94eff593d84d33fb9ce9524f82961c9 # Parent 35b7cbcfc2d050d837e505b5010846f97ac578f2 * Make it possible to Find a Transform even when no file loaded (it just won't be run) diff -r 35b7cbcfc2d0 -r 129d1e82a94e widgets/TransformFinder.cpp --- a/widgets/TransformFinder.cpp Thu Nov 20 12:09:55 2008 +0000 +++ b/widgets/TransformFinder.cpp Thu Nov 20 12:21:33 2008 +0000 @@ -148,7 +148,7 @@ } else { m_beforeSearchLabel->setText (base + - tr("

%1
Perhaps the network connection is down, or services are responding too slowly.
Only the descriptions of installed plugins will be searched.").arg(nopull)); + tr("

%1
Perhaps the network connection is down, services are responding too slowly, or a processing problem has occurred.
Only the descriptions of installed plugins will be searched.").arg(nopull)); } } else { if (haveUninstalled) {