GUI config: improve explanation of skippedPaths

This commit is contained in:
Jean-Francois Dockes 2017-02-23 15:08:00 +01:00
parent 1c7a47674a
commit b5f7a1c98d

View File

@ -250,11 +250,12 @@ ConfTopPanelW::ConfTopPanelW(QWidget *parent, ConfNull *config)
ConfParamSLW(this, ConfParamSLW(this,
ConfLink(new ConfLinkRclRep(config, "skippedPaths")), ConfLink(new ConfLinkRclRep(config, "skippedPaths")),
tr("Skipped paths"), tr("Skipped paths"),
tr("These are names of directories which indexing " tr("These are pathnames of directories which indexing "
"will not enter.<br> May contain wildcards. " "will not enter.<br>"
"Must match " "Path elements may contain wildcards. "
"the paths seen by the indexer (ie: if topdirs " "The entries must match the paths seen by the indexer "
"includes '/home/me' and '/home' is actually a link " "(e.g.: if topdirs includes '/home/me' and '/home' is "
"actually a link "
"to '/usr/home', a correct skippedPath entry " "to '/usr/home', a correct skippedPath entry "
"would be '/home/me/tmp*', not '/usr/home/me/tmp*')")); "would be '/home/me/tmp*', not '/usr/home/me/tmp*')"));
eskp->setFsEncoding(true); eskp->setFsEncoding(true);