-
Bug
-
Resolution: Fixed
-
2.7.12 (Win 10/11), 2.10.24 (Win 10/11), 2.10.25 (Win 10/11)
-
None
-
Confirmed
-
1102856
The Bug:
The Java runtime version check string incorrectly capitalizes "Minecraft: Java edition", making it inconsistent with the intended spelling of "Minecraft: Java 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 String:
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 |
---|---|---|---|
Skipping the Java runtime version check may result in a malfunctioning Minecraft: Java edition installation | Skipping the Java runtime version check may result in a malfunctioning Minecraft: Java Edition installation | #: ..\..\apps\launcher\src\routes\Java\routes\Configurations\components\Form\Form.tsx:306 | https://crowdin.com/translate/minecraft-launcher/9420/en-de#5359297 |
Steps to Reproduce:
- Locate the affected string as listed above in the launcher.
- Take note as to whether or not this string is incorrectly capitalized.
Observed Behavior:
This string is incorrectly capitalized.
Expected Behavior:
This string is correctly capitalized to be consistent with the uniform spelling of "Minecraft: Java Edition" elsewhere in the launcher and on the web.