-
Bug
-
Resolution: Fixed
-
None
-
2.3.522 (New Windows App), 2.3.549 (New Windows App)
-
Confirmed
-
946649
The Bug:
The word "marketplace" within a launcher string used for the PromotionalCalendarRedemptionDialog is improperly capitalized.
The word "marketplace" within this string should be capitalized as its a proper noun. Every other string throughout the launcher that contains this word capitalizes it, therefore introducing an inconsistency.
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 |
---|---|---|---|
Claim items from marketplace | Claim items from Marketplace | #: ..\ui\src\PromotionalCalendarRedemptionDialog\index.tsx:114 | https://crowdin.com/translate/minecraft-launcher/9420/en-engb#5343303 |
Steps to Reproduce:
- Locate the affected string as listed above.
- Take note as to whether or not the word "Marketplace" within a launcher string used for the PromotionalCalendarRedemptionDialog is improperly capitalized.
Observed Behavior:
The word "marketplace" is improperly capitalized.
Expected Behavior:
The word "marketplace" would be capitalized.