From cd6d38f3357dbcebd9d2a3e713291de006198cc2 Mon Sep 17 00:00:00 2001 From: usergithub64 <58270614+usergithub64@users.noreply.github.com> Date: Fri, 11 Jul 2025 16:39:21 +0300 Subject: [PATCH] Fixes for broken translation Fixes for broken translation --- src/game/joystick_standard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/joystick_standard.c b/src/game/joystick_standard.c index 8136935ea..46888b790 100644 --- a/src/game/joystick_standard.c +++ b/src/game/joystick_standard.c @@ -293,7 +293,7 @@ const joystick_if_t joystick_2axis_2button = { }; const joystick_if_t joystick_2button_gamepad = { - .name = "2-button gamepad(s)", + .name = "2-button gamepad", .internal_name = "2button_gamepad", .init = joystick_standard_init, .close = joystick_standard_close,