1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

Qt: change wording on fake PS Move config

This commit is contained in:
Megamouse 2023-05-22 06:36:14 +02:00
parent d652a81078
commit c84d10686f
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ emulated_pad_settings_dialog::emulated_pad_settings_dialog(pad_type type, QWidge
add_tabs<usio_btn>(tabs);
break;
case emulated_pad_settings_dialog::pad_type::ds3gem:
setWindowTitle(tr("Configure Emulated PS Move (DS3)"));
setWindowTitle(tr("Configure Emulated PS Move (Fake)"));
add_tabs<gem_btn>(tabs);
break;
}

View File

@ -1284,7 +1284,7 @@
</action>
<action name="confPSMoveDS3Act">
<property name="text">
<string>PS Move (DS3)</string>
<string>PS Move (Fake)</string>
</property>
</action>
</widget>