-
Bug
-
Resolution: Fixed
-
None
-
2.3.619 (New Windows App), 2.3.645 (New Windows App)
-
None
-
Confirmed
-
988219
The Bug:
Minecraft Launcher strings used for the GameIntroduction are missing colons in "Minecraft Java Edition" and "Minecraft Bedrock Edition," respectively, making them inconsistent with the intended spelling of "Minecraft: Java Edition" and "Minecraft: Bedrock Edition"; refer to https://www.minecraft.net/en-us/store/minecraft-java-bedrock-edition-pc, for example.
Below is a table I've constructed that highlights this error. You can find information about what the current and expected string is and would be, some context regarding it, and a link to the appropriate string on Crowdin.
Affected Strings:
Before reading the table, please note the following:
- Words colored in GREEN are correct.
- Words colored in RED are incorrect.
Current String | Expected String | String Context | String URL on Crowdin |
---|---|---|---|
Minecraft Java Edition | Minecraft: Java Edition | #: ..\..\apps\launcher\src\components\UpsellPDP\GameIntroduction\index.tsx:332 | https://crowdin.com/translate/minecraft-launcher/9420/en-engb#5343883 |
Minecraft Bedrock Edition | Minecraft: Bedrock Edition | #: ..\..\apps\launcher\src\components\UpsellPDP\GameIntroduction\index.tsx:335 | https://crowdin.com/translate/minecraft-launcher/9420/en-engb#5343885 |
Steps to Reproduce:
- Locate the affected strings as listed above in the launcher.
- Take note as to whether or not these strings contain a colon or not.
Observed Behavior:
These strings contain no colon.
Expected Behavior:
These strings contain a colon to be consistent with the uniform spelling of "Minecraft: Java Edition" and "Minecraft: Bedrock Edition" elsewhere in the launcher and on the web.