summaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-01 01:31:10 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-01 01:31:10 +0000
commite6555aa43e53385463abe98713d7f76e6ca563bd (patch)
treea3d294abc69b126cf14bae64dcba262a2936bc1c /gui
parentd23d27c5d55ffc5303f0f6d4bea62e09ac096e25 (diff)
downloadpcsxr-e6555aa43e53385463abe98713d7f76e6ca563bd.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50235 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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) {