UI: Rename the "Open in Explorer" button to "Open BIOS Folder"

This commit is contained in:
Ty Lamontagne 2023-10-02 19:03:03 -04:00 committed by Connor McLaughlin
parent 979b34d717
commit 852923ea34
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>