From 63c3816a21bad93f977fe7e427a006362d27d20c Mon Sep 17 00:00:00 2001 From: Madis Otenurm Date: Fri, 5 May 2023 19:53:12 +0300 Subject: [PATCH] Update toasts to be more clear (#64) --- src/main/resources/assets/controlify/lang/en_us.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/controlify/lang/en_us.json b/src/main/resources/assets/controlify/lang/en_us.json index ea28cba..f03991d 100644 --- a/src/main/resources/assets/controlify/lang/en_us.json +++ b/src/main/resources/assets/controlify/lang/en_us.json @@ -118,7 +118,7 @@ "controlify.toast.controller_disconnected.title": "Controller Disconnected", "controlify.toast.controller_disconnected.description": "'%s' was disconnected.", "controlify.toast.faulty_input.title": "Controller disabled", - "controlify.toast.faulty_input.description": "Your controller has been disabled because Controlify detected it was causing you problems using keyboard and mouse input. This is likely due to setting your deadzone values too low or your joystick is not mapped properly, making the controller think it is always giving input.", + "controlify.toast.faulty_input.description": "The controller was found to conflict with the keyboard and mouse and is now disabled. Increase deadzone values or check joystick mapping to fix.", "controlify.vibration_onboarding.title": "Controlify Vibration Support", "controlify.vibration_onboarding.message": "To enable vibration support, a native library must be downloaded that Controlify loads automatically. This is a seamless process and will only take a few seconds. If you choose no, you may change your mind later in Controlify settings.\n\nWould you like to download them?", @@ -220,7 +220,7 @@ "controlify.beta.button": "Open Issue Tracker...", "controlify.error.hid": "Controller Detection Disabled", - "controlify.error.hid.desc": "Controlify could not start the controller detection system used to identify and distinguish between multiple controllers. This means controller config will not be able to be saved between play sessions. This is likely due to a system fault and you should check logs for further information.", + "controlify.error.hid.desc": "Controller identification failed, so any controller config changes will not persist. Check logs for more info.", "controlify.hat_state.up": "Up", "controlify.hat_state.down": "Down",