From d513143983b1c5fd8cbb5a5e48d8fe1fad8df553 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Wed, 14 May 2025 02:07:45 +0200 Subject: [PATCH] Fix emu name in label --- rpcs3/rpcs3qt/emulated_logitech_g27_settings_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/emulated_logitech_g27_settings_dialog.cpp b/rpcs3/rpcs3qt/emulated_logitech_g27_settings_dialog.cpp index 91afc8a3f4..8860ec2af2 100644 --- a/rpcs3/rpcs3qt/emulated_logitech_g27_settings_dialog.cpp +++ b/rpcs3/rpcs3qt/emulated_logitech_g27_settings_dialog.cpp @@ -635,7 +635,7 @@ emulated_logitech_g27_settings_dialog::emulated_logitech_g27_settings_dialog(QWi warning->setWordWrap(true); v_layout->addWidget(warning); - QLabel* mapping_note = new QLabel(tr("Note: Please DO NOT map your wheel onto gamepads, only map it here. If your wheel was mapped onto gamepads, go to gamepad settings and unmap it. If you used vJoy to map your wheel onto a gamepad before for rpcs3, undo that."), this); + QLabel* mapping_note = new QLabel(tr("Note: Please DO NOT map your wheel onto gamepads, only map it here. If your wheel was mapped onto gamepads, go to gamepad settings and unmap it. If you used vJoy to map your wheel onto a gamepad before for RPCS3, undo that."), this); mapping_note->setWordWrap(true); v_layout->addWidget(mapping_note);