luci-app-samba: Shared directory help text.
[project/luci.git] / applications / luci-app-samba / luasrc / model / cbi / samba.lua
index 68a5b3a..2e533c3 100644 (file)
@@ -36,7 +36,8 @@ function tmpl.write(self, section, value)
 end
 
 
-s = m:section(TypedSection, "sambashare", translate("Shared Directories"))
+s = m:section(TypedSection, "sambashare", translate("Shared Directories")
+  , translate("Please add directories to share. Each directory refers to a folder on a mounted device."))
 s.anonymous = true
 s.addremove = true
 s.template = "cbi/tblsection"