Skip to content
Snippets Groups Projects
Commit 4b0ff813 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Align the Virtual Shortcut property description with the current enumeration

as pointed out by Nightfox.
parent e47530ff
Branches
No related tags found
No related merge requests found
Pipeline #8825 passed
...@@ -73,7 +73,6 @@ static const char* dir_prop_desc[] = { ...@@ -73,7 +73,6 @@ static const char* dir_prop_desc[] = {
, "Percent of file size awarded uploader in credits upon subsequent downloads" , "Percent of file size awarded uploader in credits upon subsequent downloads"
, "Virtual directory name (for FTP or Web access)" , "Virtual directory name (for FTP or Web access)"
, "Virtual path (for FTP or Web access), with trailing slash" , "Virtual path (for FTP or Web access), with trailing slash"
, "Virtual shortcut (for FTP or Web access), optional"
, "Number of files currently in this directory" , "Number of files currently in this directory"
, "Time-stamp of file base index of this directory" , "Time-stamp of file base index of this directory"
, "User has sufficient access to view this directory (e.g. list files)" , "User has sufficient access to view this directory (e.g. list files)"
...@@ -81,6 +80,7 @@ static const char* dir_prop_desc[] = { ...@@ -81,6 +80,7 @@ static const char* dir_prop_desc[] = {
, "User has sufficient access to download files from this directory" , "User has sufficient access to download files from this directory"
, "User is exempt from download credit costs (or the directory is configured for free downloads)" , "User is exempt from download credit costs (or the directory is configured for free downloads)"
, "User has operator access to this directory" , "User has operator access to this directory"
, "Virtual shortcut (for FTP or Web access), optional"
, "Directory is for off-line storage" , "Directory is for off-line storage"
, "Directory is for uploads only" , "Directory is for uploads only"
, "Directory is for uploads to sysop only" , "Directory is for uploads to sysop only"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment