Mercurial > hg > svgui
changeset 451:129d1e82a94e
* Make it possible to Find a Transform even when no file loaded (it
just won't be run)
author | Chris Cannam |
---|---|
date | Thu, 20 Nov 2008 12:21:33 +0000 |
parents | 35b7cbcfc2d0 |
children | f7de84fd10ec |
files | widgets/TransformFinder.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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("<p>%1<br>Perhaps the network connection is down, or services are responding too slowly.<br>Only the descriptions of installed plugins will be searched.").arg(nopull)); + tr("<p>%1<br>Perhaps the network connection is down, services are responding too slowly, or a processing problem has occurred.<br>Only the descriptions of installed plugins will be searched.").arg(nopull)); } } else { if (haveUninstalled) {