mirror of https://github.com/PCSX2/pcsx2.git
UI: Rename the "Open in Explorer" button to "Open BIOS Folder"
This commit is contained in:
parent
979b34d717
commit
852923ea34
|
@ -87,7 +87,7 @@
|
|||
<item>
|
||||
<widget class="QPushButton" name="openSearchDirectory">
|
||||
<property name="text">
|
||||
<string>Open in Explorer...</string>
|
||||
<string>Open BIOS Folder...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -298,7 +298,7 @@
|
|||
<item>
|
||||
<widget class="QPushButton" name="openBiosSearchDirectory">
|
||||
<property name="text">
|
||||
<string>Open in Explorer...</string>
|
||||
<string>Open BIOS Folder...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue