From a6ef577f7bd97b78db6d078c9d17cd0de2f143a4 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 22 Nov 2011 04:29:57 +0000 Subject: 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 --- macosx/PcsxrController.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'macosx/PcsxrController.m') 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); } -- cgit v1.2.3