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:
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 New Issue
Block a user