Fixes for broken translation
Fixes for broken translation
This commit is contained in:
@@ -293,7 +293,7 @@ const joystick_if_t joystick_2axis_2button = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const joystick_if_t joystick_2button_gamepad = {
|
const joystick_if_t joystick_2button_gamepad = {
|
||||||
.name = "2-button gamepad(s)",
|
.name = "2-button gamepad",
|
||||||
.internal_name = "2button_gamepad",
|
.internal_name = "2button_gamepad",
|
||||||
.init = joystick_standard_init,
|
.init = joystick_standard_init,
|
||||||
.close = joystick_standard_close,
|
.close = joystick_standard_close,
|
||||||
|
|||||||
Reference in New Issue
Block a user