[ci skip] Alter CI_Upload documentation on client_name (#5446)
diff --git a/user_guide_src/source/libraries/file_uploading.rst b/user_guide_src/source/libraries/file_uploading.rst
index 6d2106b..babdc04 100644
--- a/user_guide_src/source/libraries/file_uploading.rst
+++ b/user_guide_src/source/libraries/file_uploading.rst
@@ -344,7 +344,7 @@
 		full_path        Absolute server path, including the file name
 		raw_name         File name, without the extension
 		orig_name        Original file name. This is only useful if you use the encrypted name option.
-		client_name      File name as supplied by the client user agent, prior to any file name preparation or incrementing
+		client_name      File name supplied by the client user agent, but possibly sanitized
 		file_ext         Filename extension, period included
 		file_size        File size in kilobytes
 		is_image         Whether the file is an image or not. 1 = image. 0 = not.