changed the message about missing helpers to make it clear that the data is only updated by indexing

This commit is contained in:
Jean-Francois Dockes 2013-03-26 09:13:40 +01:00
parent 5245f1f9d4
commit 232e083a88

View File

@ -1084,11 +1084,11 @@ void RclMain::showMissingHelpers()
return;
}
QString msg = QString::fromAscii("<p>") +
tr("External applications/commands needed and not found "
"for indexing your file types:\n\n");
msg += "(<i>";
tr("External applications/commands needed for your file types "
"and not found, as stored by the last indexing pass in ");
msg += "<i>";
msg += QString::fromLocal8Bit(theconfig->getConfDir().c_str());
msg += "/missing</i>):<pre>\n";
msg += "/missing</i>:<pre>\n";
if (!miss.empty()) {
msg += QString::fromUtf8(miss.c_str());
} else {