From 065beff2da2117c2f1297d5d0d24f2ec28384e5e Mon Sep 17 00:00:00 2001 From: KamFretoZ <14798312+kamfretoz@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:59:41 +0700 Subject: [PATCH] Qt: Rename NeGcon Rumble controller name --- src/core/negcon_rumble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/negcon_rumble.cpp b/src/core/negcon_rumble.cpp index 6233de0e3..e63f7c66b 100644 --- a/src/core/negcon_rumble.cpp +++ b/src/core/negcon_rumble.cpp @@ -761,7 +761,7 @@ static const SettingInfo s_settings[] = { const Controller::ControllerInfo NeGconRumble::INFO = {ControllerType::NeGconRumble, "NeGconRumble", - TRANSLATE_NOOP("ControllerType", "NeGcon with Rumble"), + TRANSLATE_NOOP("ControllerType", "NeGcon (Rumble)"), ICON_PF_GAMEPAD, s_binding_info, s_settings,