-
Bug
-
Resolution: Duplicate
-
None
-
2.2.12146 (New Windows App)
-
None
-
Confirmed
-
762953
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 |
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.
- duplicates
-
MCL-13912 Comma-stringing in "Failed to download file, the file contents differ from what was expected."
- Resolved