-
Bug
-
Resolution: Fixed
-
1.19.4, 1.20 Pre-release 1
-
None
-
Confirmed
-
Text
-
Low
-
Platform
The Bug:
The "mco.configure.world.uninvite.player" string contains an unnecessary space before the question mark.
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 |
---|---|---|---|
mco.configure.world.uninvite.player | Are you sure that you want to uninvite '%s' ? | Are you sure that you want to uninvite '%s'? | https://crowdin.com/translate/minecraft/10038/enus-enca#5344519 |
Steps to Reproduce:
- Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"mco.configure.world.uninvite.player"}
- Observe if the string contains an unnecessary space before the question mark.
- Take note as to whether or not the "mco.configure.world.uninvite.player" string contains an unnecessary space before the question mark.
Observed Behavior:
The said string contains an unnecessary space before the question mark.
Expected Behavior:
The said string would not contain an unnecessary space before the question mark.