Affected Strings:
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 |
---|---|---|---|
selectWorld.incompatible.description | This world can not be opened in this version. | This world cannot be opened in this version. | https://crowdin.com/translate/minecraft/10038/enus-engb#5362210 |
h3. Steps to Reproduce:
Display the affected string by using the command provided below.
/tellraw @s {"translate":"selectWorld.incompatible.description"}
Look closely at the affected word within the string.
Take note as to whether or not the word "cannot" is inconsistently spelled as "can not".
Observed Behavior:
There is an extra space in the word "cannot".
Expected Behavior:
The word is spelled as "cannot" without a space in it.
Both "can not" and "cannot" are valid ways to depiced that one can not do something. "Can not" just emphasizes the "not" unlike "cannot".