changed the message about missing helpers to make it clear that the data is only updated by indexing
This commit is contained in:
parent
5245f1f9d4
commit
232e083a88
@ -1084,11 +1084,11 @@ void RclMain::showMissingHelpers()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
QString msg = QString::fromAscii("<p>") +
|
QString msg = QString::fromAscii("<p>") +
|
||||||
tr("External applications/commands needed and not found "
|
tr("External applications/commands needed for your file types "
|
||||||
"for indexing your file types:\n\n");
|
"and not found, as stored by the last indexing pass in ");
|
||||||
msg += "(<i>";
|
msg += "<i>";
|
||||||
msg += QString::fromLocal8Bit(theconfig->getConfDir().c_str());
|
msg += QString::fromLocal8Bit(theconfig->getConfDir().c_str());
|
||||||
msg += "/missing</i>):<pre>\n";
|
msg += "/missing</i>:<pre>\n";
|
||||||
if (!miss.empty()) {
|
if (!miss.empty()) {
|
||||||
msg += QString::fromUtf8(miss.c_str());
|
msg += QString::fromUtf8(miss.c_str());
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user