-
Bug
-
Resolution: Fixed
-
21w08a, 21w08b, 21w10a, 21w13a, 21w14a, 21w17a, 21w19a
-
Confirmed
-
Text
-
Low
chat.disabled.launcher currently reads:
Chat disabled by launcher option, cannot send message
but this is a comma splice, and should have either a semicolon or a period and capital instead. It would then read:
Chat disabled by launcher option; cannot send message
or
Chat disabled by launcher option. Cannot send message
Similarly, the related string chat.disabled.profile currently reads:
Chat not allowed by account settings, cannot send message
but should instead read:
Chat not allowed by account settings; cannot send message
or
Chat not allowed by account settings. Cannot send message