The Bug:
There is a comma splice present within a launcher string used for an error message regarding an unsuccessful attempt at trying to download a file.
For a bit of context, a comma splice is when an instance of a comma is used to link two independent clauses, (an independent clause is a clause that can form a complete sentence standing alone). The use of a comma splice is grammatically incorrect and should instead be replaced with a colon, semicolon, conjunction, or a period/full stop.
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.
Current String | Expected/Suggested String | String Context | String URL on Crowdin |
---|---|---|---|
Failed to download file, the file contents differ from what was expected. | Failed to download file; the file contents differ from what was expected. | #: ..\logic\src\GameInstances\components\GameErrorReporter\index.tsx:179 | https://crowdin.com/translate/minecraft-launcher/9420/en-engb#5202650 |
h3. Steps to Reproduce:
Locate the affected string as listed above.
Take note as to whether or not there is a comma splice present within a launcher string used for an error message regarding an unsuccessful attempt at trying to download a file.
Observed Behavior:
A comma splice is present.
Expected Behavior:
No comma splice would be present. This should instead be replaced with a colon, semicolon, conjunction, or a period/full stop.
Linked issues
duplicates 1
Attachments
Comments 2
Closing as a duplicate of MCL-13912. 🙂
This issue has been fixed. The old (and incorrect) string has been removed from crowdin and a new one that fixes this error has replaced it. This can be found at https://crowdin.com/translate/minecraft-launcher/9420/en-engb#5296288