Problem/Motivation
Incorrect grammar for the description text for a file field when adding new content.
Proposed resolution
Change the sentence from "may be" to "will be"
Remaining tasks
Need to change the sentence description.
Original report by gaele
How's that for an issue title? ;-)
The file field has a toggle "Enable Description field". The description of this toggle says:
"The description field allows users to enter a description about the uploaded file."
If enabled, and a user uploads a file, a Description field appears. The description of this field says
"The description may be used as the label of the link to the file.".
I believe both should say:
"The description will be used as the label of the link to the file."

Comments
Comment #1
trgreen17 commentedAgreed... very misleading.
And while we're at it... how can I have a description for a file but still show the file name as the link to download the file? I've tried all kinds of options in the "rewrite the output of this field" section, but if there's any description at all for the file, it always shows up as the link to the file.
It's kinda bizarre, actually. Why would you ever have a "description" of a file be the link to the file? Why not just let us have a link to a file (using the file name as the link), with a description beside it?
I'm gonna break into the core code to try to fix this. I guess I need to look in "file.field.inc" but if anyone can tell me for sure, I would really appreciate it!
Thanks,
Tim
Comment #2
sbakshian commentedI was able to confirm that the text needs to be changed in Drupal 8
Comment #2.0
sbakshian commentedAdded Issue Summary.
Comment #5
gnugetComment #6
minakshiPh commentedAdded the patch with fix.
Kindly review.
Thanks!
Comment #7
sushantpasteLooks good. @minakshiPh You can use patch name suggestions in future.
Comment #8
alexpott"May" implies there are situations when the description is not used. "Will" implies there are no situation when it will not be used. In order to commit this string change there should be evidence of that the "Will" situation is true.
Comment #9
minakshiPh commentedHi @sushantpaste & @alexpott,
Thanks for reviewing my patch!
Modified the patch as mentioned in #8.
Kindly review.
Thanks!
Comment #10
arunkumarkPatch is Seems like working fine.
Comment #11
alexpottI need to clarify what I was trying to say in #8. I think the current description is correct - this does not mean it can't be improved or shortened but the current change here is making it incorrect. This is because the description may used as the link label if the field formatter is configured to use it. However it may be configured to not use it. To see what I'm talking about:
Given this I'm closing the issue as won't fix.
Comment #12
xjmI agree with #11; the current text is both accurate (as far as it goes) and grammatically correct.