-
Bug
-
Resolution: Fixed
-
None
-
2.3.645 (New Windows App), 2.4.30 (Win 10/11 App), 2.4.36 (Win 10/11 App)
-
None
-
Community Consensus
-
995815
Relates to MCL-23129 and MCL-23171.
The Bug:
Minecraft Launcher strings used for the UpsellPDP GameIntroduction are missing a colon for the respective game names in "Minecraft Java & Bedrock Edition Base Game" and "Minecraft Java and Bedrock Editions", making them inconsistent with the intended spelling of "Minecraft: Java & 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-de#5344019 |
Minecraft: Bedrock Edition | Minecraft: Bedrock Edition | #: ..\..\apps\launcher\src\components\UpsellPDP\GameIntroduction\index.tsx:335 | https://crowdin.com/translate/minecraft-launcher/9420/en-de#5344021 |
Minecraft Java & Bedrock Edition Base Game | Minecraft: Java & Bedrock Edition Base Game | #: ..\..\apps\launcher\src\components\UpsellPDP\GameIntroduction\index.tsx:324 | https://crowdin.com/translate/minecraft-launcher/9420/en-de#5296096 |
For the first time ever, one purchase gives you access to play Minecraft Java and Bedrock Editions from your computer. Explore infinite worlds and build everything from the simplest of homes to the grandest of castles. Create, explore, and survive alone or with friends. | For the first time ever, one purchase gives you access to play Minecraft: Java and Bedrock Editions from your computer. Explore infinite worlds and build everything from the simplest of homes to the grandest of castles. Create, explore, and survive alone or with friends. | #: ..\..\apps\launcher\src\components\UpsellPDP\GameIntroduction\index.tsx:275 | https://crowdin.com/translate/minecraft-launcher/9420/en-de#5296094 |
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 & Bedrock Edition" elsewhere in the launcher and on the web.