-
Bug
-
Resolution: Unresolved
-
None
-
2.2.12146 (New Windows App), 2.3.240 (Windows), 2.3.448 (Windows), 2.3.481 (Windows), 2.3.562 (New Windows App), 2.3.585 (Linux), 2.3.619 (New Windows App), 2.3.645 (New Windows App), 2.4.30 (Win 10/11 App), 2.4.36 (Win 10/11 App), 2.4.57 (Win 10/11 App), 2.4.69 (Win 10/11 App), 2.4.79 (Win 10/11 App), 2.4.104 (Win 10/11 App), 2.5.9 (Win 10/11 App), 2.7.12 (Win 10/11), 2.8.2 (Win 10/11), 2.12.2 (Win 10/11), 2.15.23 (Mac)
-
None
-
Confirmed
-
762921
The Bug:
The term "cannot" is spelled inconsistently throughout all launcher strings.
Sometimes this term is spelled as "can not" and other times is spelled as "cannot". It's important to note that both "cannot" and "can not" are acceptable spellings, however, the first is much more commonly used.
Below is a table I've constructed that highlights these errors and shows the inconsistency here. You can find information about what the current and expected strings are and would be, some context regarding them, and links to the appropriate strings 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 |
---|---|---|---|
The target installation location provided cannot be opened. Modify the location to continue. | The target installation location provided cannot be opened. Modify the location to continue. | #: ..\..\apps\launcher\src\routes\Products\components\InstallDialog\index.tsx:308 | https://crowdin.com/translate/minecraft-launcher/9420/en-engb#5296274 |
Username length cannot exceed 16 characters. | Username length cannot exceed 16 characters. | #: ..\..\apps\launcher\src\routes\Java\components\CreateJavaProfileDialog\index.tsx:93 | https://crowdin.com/translate/minecraft-launcher/9420/en-engb#5273498 |
We cannot take responsibility for any issues if you choose to start another game. Would you like to continue anyway? | We cannot take responsibility for any issues if you choose to start another game. Would you like to continue anyway? | #: ..\..\apps\launcher\src\routes\Java\context\Play\components\GameAlreadyRunningDialog\index.tsx:51 | https://crowdin.com/translate/minecraft-launcher/9420/en-engb#5202572 |
The Launcher is currently offline, so we cannot log you in. Check your internet connection and try again. | The Launcher is currently offline, so we cannot log you in. Check your internet connection and try again. | #: ..\..\apps\launcher\src\routes\Settings\routes\Accounts\index.tsx:79 | https://crowdin.com/translate/minecraft-launcher/9420/en-engb#5295428 |
%1$s can not be played on this device. To play, access it on a | %1$s cannot be played on this device. To play, access it on a | #: ..\..\apps\launcher\src\routes\Products\components\IncompatibleDeviceAlert\index.tsx:32 | https://crowdin.com/translate/minecraft-launcher/9420/en-engb#5271105 |
Minecraft Dungeons can not be installed at the same location the Minecraft Dungeons Launcher is installed. | Minecraft Dungeons cannot be installed at the same location the Minecraft Dungeons Launcher is installed. | #: ..\logic\src\CoreError\index.tsx:108 | https://crowdin.com/translate/minecraft-launcher/9420/en-engb#5226504 |
I CAN NOT LOG IN TO MY MOJANG ACCOUNT WITH MY EMAIL ADDRESS AND PASSWORD, OR I THINK MY ACCOUNT HAS BEEN COMPROMISED. | I CANNOT LOG IN TO MY MOJANG ACCOUNT WITH MY EMAIL ADDRESS AND PASSWORD, OR I THINK MY ACCOUNT HAS BEEN COMPROMISED. | -> game_faqs/I CAN NOT LOG IN TO MY MOJANG ACCOUNT WITH MY EMAIL ADDRESS AND PASSWORD, OR I THINK MY ACCOUNT HAS BEEN COMPROMISED. | https://crowdin.com/translate/minecraft-launcher/9442/en-engb#5273594 |
Steps to Reproduce:
- Locate any of the affected strings as listed above.
- Take note as to whether or not the term "cannot" is spelled inconsistently throughout all launcher strings.
Observed Behavior:
The term "cannot" is sometimes spelled as "cannot" and other times is spelled as "can not".
Expected Behavior:
The term "cannot" would always be spelled as "cannot" to maintain consistency with how this term is spelled throughout all launcher strings.