mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Qt: change wording on fake PS Move config
This commit is contained in:
parent
d652a81078
commit
c84d10686f
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1284,7 +1284,7 @@
|
|||
</action>
|
||||
<action name="confPSMoveDS3Act">
|
||||
<property name="text">
|
||||
<string>PS Move (DS3)</string>
|
||||
<string>PS Move (Fake)</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
|
|
|
|||
Loading…
Reference in a new issue