From 7f32fe6d506474943ca9be0ad23c84a6fe3c35b0 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 10 Apr 2020 13:20:20 +0200 Subject: add tooltip to option Signed-off-by: Robin Appelman --- apps/files_external/lib/Lib/Backend/SMB.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/files_external/lib/Lib/Backend/SMB.php b/apps/files_external/lib/Lib/Backend/SMB.php index 7cb692ad9a4..5344bf5f78c 100644 --- a/apps/files_external/lib/Lib/Backend/SMB.php +++ b/apps/files_external/lib/Lib/Backend/SMB.php @@ -58,7 +58,8 @@ class SMB extends Backend { ->setFlag(DefinitionParameter::FLAG_OPTIONAL), (new DefinitionParameter('check_acl', $l->t('Verify ACL access when listing files'))) ->setType(DefinitionParameter::VALUE_BOOLEAN) - ->setFlag(DefinitionParameter::FLAG_OPTIONAL), + ->setFlag(DefinitionParameter::FLAG_OPTIONAL) + ->setTooltip($l->t("Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty")), (new DefinitionParameter('timeout', $l->t('Timeout'))) ->setType(DefinitionParameter::VALUE_HIDDEN) ->setFlag(DefinitionParameter::FLAG_OPTIONAL), -- cgit v1.2.3