summaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/ConfDlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ConfDlg.c b/gui/ConfDlg.c
index a684efa2..4fed3247 100644
--- a/gui/ConfDlg.c
+++ b/gui/ConfDlg.c
@@ -672,7 +672,7 @@ void UpdatePluginsBIOS() {
scan_bios_dir(Config.BiosDir);
// The BIOS list always contains the PCSX internal BIOS
- add_bios_to_list(_("Internal HLE Bios"), "HLE");
+ add_bios_to_list(_("Use BIOS Simulation"), "HLE");
}
static void UpdatePluginsBIOS_UpdateGUI(GladeXML *xml) {