From b5f7a1c98d54cc8410aac36059b13af8cf4340e5 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 23 Feb 2017 15:08:00 +0100 Subject: [PATCH] GUI config: improve explanation of skippedPaths --- src/qtgui/confgui/confguiindex.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/qtgui/confgui/confguiindex.cpp b/src/qtgui/confgui/confguiindex.cpp index f9595c99..1f580157 100644 --- a/src/qtgui/confgui/confguiindex.cpp +++ b/src/qtgui/confgui/confguiindex.cpp @@ -250,11 +250,12 @@ ConfTopPanelW::ConfTopPanelW(QWidget *parent, ConfNull *config) ConfParamSLW(this, ConfLink(new ConfLinkRclRep(config, "skippedPaths")), tr("Skipped paths"), - tr("These are names of directories which indexing " - "will not enter.
May contain wildcards. " - "Must match " - "the paths seen by the indexer (ie: if topdirs " - "includes '/home/me' and '/home' is actually a link " + tr("These are pathnames of directories which indexing " + "will not enter.
" + "Path elements may contain wildcards. " + "The entries must match the paths seen by the indexer " + "(e.g.: if topdirs includes '/home/me' and '/home' is " + "actually a link " "to '/usr/home', a correct skippedPath entry " "would be '/home/me/tmp*', not '/usr/home/me/tmp*')")); eskp->setFsEncoding(true);