From a24ad09c91e9267f823ba9cff6b5c826e200a5f2 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Mon, 13 Apr 2020 05:56:19 +0000
Subject: [PATCH] More explicit help regarding the "is_exempt" property.

---
 src/sbbs3/js_file_area.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/js_file_area.c b/src/sbbs3/js_file_area.c
index c4b15dd554..d42d1b232c 100644
--- a/src/sbbs3/js_file_area.c
+++ b/src/sbbs3/js_file_area.c
@@ -87,7 +87,7 @@ static char* dir_prop_desc[] = {
 	,"directory link (for HTML index)"
 	,"user has sufficient access to upload files"
 	,"user has sufficient access to download files"
-	,"user is exempt from download credit costs"
+	,"user is exempt from download credit costs (or the directory is configured for free downloads)"
 	,"user has operator access to this directory"
 	,"directory is for offline storage <i>(introduced in v3.14)</i>"
 	,"directory is for uploads only <i>(introduced in v3.14)</i>"
-- 
GitLab