-
Bug
-
Resolution: Won't Fix
-
None
-
1.21.4
-
None
-
Community Consensus
-
Text
The Bug:
The "gui.abuseReport.reason.alcohol_tobacco_drugs.description" string is missing a hyphen between the words "drug" and "related".
Without the use of a hyphen in this context, this string is grammatically incorrect.
Affected String:
Before reading the table, please note the following:
- Words colored in GREEN are correct.
- Words colored in RED are incorrect.
Translation Key | Current String | Expected String | String URL on Crowdin |
---|---|---|---|
gui.abuseReport.reason.alcohol_tobacco_drugs.description | Someone is encouraging others to partake in illegal drug related activities or encouraging underage drinking. | Someone is encouraging others to partake in illegal drug-related activities or encouraging underage drinking. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5331704 |
Steps to Reproduce:
- Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"gui.abuseReport.reason.alcohol_tobacco_drugs.description"}
- Observe if there is a hyphen present between the words "drug" and "related".
Observed Behavior:
No hyphen is present.
Expected Behavior:
A hyphen would be present.