Fixes for broken translation

Fixes for broken translation
This commit is contained in:
usergithub64
2025-07-11 16:39:21 +03:00
committed by GitHub
parent a1ee7f3269
commit cd6d38f335

View File

@@ -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,