diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-01 01:31:10 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-06-01 01:31:10 +0000 |
| commit | e6555aa43e53385463abe98713d7f76e6ca563bd (patch) | |
| tree | a3d294abc69b126cf14bae64dcba262a2936bc1c /gui | |
| parent | d23d27c5d55ffc5303f0f6d4bea62e09ac096e25 (diff) | |
| download | pcsxr-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.c | 2 |
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) { |
