This commit is contained in:
Jean-Francois Dockes 2019-09-08 08:34:23 +02:00
parent 2e801812fe
commit 179be1a07c

View File

@ -329,7 +329,8 @@ void RclMain::showMissingHelpers()
{ {
string miss; string miss;
if (!theconfig->getMissingHelperDesc(miss)) { if (!theconfig->getMissingHelperDesc(miss)) {
QMessageBox::information(this, "", tr("Indexing did not run yet")); QMessageBox::information(
this, "", tr("No information: initial indexing not yet performed."));
return; return;
} }
QString msg = QString::fromUtf8("<p>") + QString msg = QString::fromUtf8("<p>") +