-
Bug
-
Resolution: Won't Fix
-
None
-
24w11a
-
None
-
Confirmed
-
Text
The Bug:
The error message "Only single slots allowed, got '%s'" is inconsistent with other similar error messages.
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. Additionally, I have attached a picture of the editor view in Crowdin that showcases this issue.
Affected String:
Before reading the table, please note the following:
- GREEN means correct.
- RED means incorrect.
Current String | Expected String | String Context | String URL on Crowdin |
---|---|---|---|
Only single slots allowed, got '%s' | Only single slots allowed, got %s | Key: "slot.only_single_allowed" -> slot.only_single_allowed |
https://crowdin.com/editor/minecraft/10038/enus-es?view=comfortable#5365456 |
Steps to Reproduce:
- Locate the affected string as listed above in the launcher by searching "got %s" or by clicking the following link: https://crowdin.com/editor/minecraft/10038/enus-es?view=comfortable&filter=basic&value=0#q=got%20%25s
- Compare the affected string with the others
Observed Behavior:
This string uses '%s' instead of simply %s.
Expected Behavior:
This string is consistent with the other error messages and doesn't use single quotation marks.