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,