message
This commit is contained in:
parent
2e801812fe
commit
179be1a07c
@ -329,7 +329,8 @@ void RclMain::showMissingHelpers()
|
||||
{
|
||||
string 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;
|
||||
}
|
||||
QString msg = QString::fromUtf8("<p>") +
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user