diff --git a/src/main/resources/assets/nochatreports/lang/en_us.json b/src/main/resources/assets/nochatreports/lang/en_us.json index 1ddca787..11f276ae 100644 --- a/src/main/resources/assets/nochatreports/lang/en_us.json +++ b/src/main/resources/assets/nochatreports/lang/en_us.json @@ -22,7 +22,7 @@ "gui.nochatreports.signing_status.disabled_offline": "Message signing is disabled since this is an offline server.", "gui.nochatreports.reload_config_tooltip": "Reload No Chat Reports config. Use carefully.", "gui.nochatreports.verified_server": "§a§lSafe Server§r\nWe could verify that this server has No Chat Reports installed, or prevents chat reports in some other known way. You can chat safely there.", - "gui.nochatreports.ncr_toggle_tooltip": "§lNo Chat Reports:§r %1$s\nDisable or enable most of the mod's client-sided functionality. You may have to do this to join some Paper/Velocity servers, as they are known to cause issues with NCR.\nCertain networking-unrelated things, such as encryption, chat trust status tweaks and removal of vanilla's \"Chat messages can't be verified\" toast will still work; they can be disabled in config individually.", + "gui.nochatreports.ncr_toggle_tooltip": "§lNo Chat Reports:§r %1$s\nDisable or enable most of the mod's client-sided functionality. You may have to do this to join some Paper/Velocity servers, as they are known to cause issues with NCR. Note that signing messages where not required may allow malicious users to report you even when you can't report them.\nCertain networking-unrelated things, such as encryption, chat trust status tweaks and removal of vanilla's \"Chat messages can't be verified\" toast will still work; they can be disabled in config individually.", "gui.nochatreports.ncr_state_on": "§a§lEnabled§r", "gui.nochatreports.ncr_state_off": "§c§lDisabled§r", "tag.nochatreports.encrypted": "Encrypted using: %1$s", @@ -32,7 +32,7 @@ "gui.nochatreports.encryption_state_on": "§a§lEnabled§r", "gui.nochatreports.encryption_state_off": "§c§lDisabled§r", "gui.nochatreports.encryption_warning.header": "About Encryption", - "gui.nochatreports.encryption_warning.contents": "You can encrypt your messages using a secret key. Only people who know this key will be able to decrypt them. No Chat Reports will automatically decrypt all encrypted messages when a suitable key is provided and the feature is enabled.\nHowever, be aware that encryption is not a \"magic wand\" kind of solution. Moderators on third-party servers can mute or ban you for sending what will appear to them as a garbled mess in chat. Futhermore, it is recommended that you generate a custom encryption key and communicate it to other people only via secure channels. Click \"Learn More\" to learn more about how and when you should use encryption.", + "gui.nochatreports.encryption_warning.contents": "You can encrypt your messages using a secret key. Only people who know this key will be able to decrypt them. No Chat Reports will automatically decrypt all encrypted messages when a suitable key is provided and the feature is enabled.\nHowever, be aware that encryption is not a \"magic wand\" kind of solution. Moderators on third-party servers can mute or ban you for sending what will appear to them as a garbled mess in chat. Furthermore, it is recommended that you generate a custom encryption key and communicate it to other people only via secure channels. Click \"Learn More\" to learn more about how and when you should use encryption.", "gui.nochatreports.encryption_warning.check": "Don't show again", "gui.nochatreports.encryption_warning.learn_more": "Learn More", "gui.nochatreports.encryption_config.header": "Encryption Settings", @@ -72,7 +72,7 @@ "gui.nochatreports.signing_mode.never_forced": "Cannot Enable", "gui.nochatreports.signing_mode.prompt": "Prompt", "gui.nochatreports.signing_mode.on_demand": "On Demand", - "gui.nochatreports.signing_mode.always.tooltip": "This mode automatically enables message signing as soon as you enter the server, identically to how a vanilla client would.", + "gui.nochatreports.signing_mode.always.tooltip": "This mode automatically enables message signing as soon as you enter the server, identically to how a vanilla client would. Note that signing messages where not required may allow malicious users to report you even when you can't report them.", "gui.nochatreports.signing_mode.never.tooltip": "In this mode, messages are never signed and all server requests to sign them are ignored.", "gui.nochatreports.signing_mode.never_forced.tooltip": "This mode indicates that your messages cannot be signed at all, either because you are using an offline account or because the client failed to fetch your signing keys from Mojang's service.", "gui.nochatreports.signing_mode.prompt.tooltip": "In this mode, messages are not signed by default, but if the server demands signing, you will be shown a pop-up screen where you can enable signing for one session.",