summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-22 04:29:57 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-22 04:29:57 +0000
commita6ef577f7bd97b78db6d078c9d17cd0de2f143a4 (patch)
tree6b0b114929f8843a5dea2d76934b964d03d5783e /macosx/PcsxrController.m
parentc11ed17e579ce4ccaea0d218d92f96bef21b50c8 (diff)
downloadpcsxr-a6ef577f7bd97b78db6d078c9d17cd0de2f143a4.tar.gz
Updating Localizable.strings.
Minor string change in PcsxrController and Localizable.strings. A bit more transition from PCSX to PCSXR (AddPluginSheet.xib). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72528 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrController.m')
-rw-r--r--macosx/PcsxrController.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m
index aaf0f2ef..148e0b7b 100644
--- a/macosx/PcsxrController.m
+++ b/macosx/PcsxrController.m
@@ -211,8 +211,7 @@ NSString *saveStatePath;
if (![PcsxrController biosAvailable]) {
NSRunInformationalAlertPanel(NSLocalizedString(@"Missing BIOS!", nil),
- NSLocalizedString(@"Pcsxr wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\n"
- @"If you have a BIOS available, please copy it to\n~/Library/Application Support/Pcsxr/Bios/", nil),
+ NSLocalizedString(@"Pcsxr wasn't able to locate any Playstation BIOS ROM files. This means that it will run in BIOS simulation mode which is less stable and compatible than using a real Playstation BIOS.\nIf you have a BIOS available, please copy it to\n~/Library/Application Support/Pcsxr/Bios/", nil),
nil, nil, nil);
}