From a05a3d11cf14b328bf16a748c9aa5f3c8cbc88d0 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 1 Jan 2014 21:20:40 +0000 Subject: OS X: Fixing a copy-paste error. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88208 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/PcsxrController.m') diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m index b798b8d1..5c526e52 100755 --- a/macosx/PcsxrController.m +++ b/macosx/PcsxrController.m @@ -918,7 +918,7 @@ otherblock();\ NSURL *biosDirPath = [NSURL fileURLWithPath:[fm stringWithFileSystemRepresentation:Config.BiosDir length:strlen(Config.BiosDir)] isDirectory:YES]; NSURL *biosPath = [biosDirPath URLByAppendingPathComponent:[filename lastPathComponent]]; if ([biosPath checkResourceIsReachableAndReturnError:NULL]) { - NSAlert *alreadyThere = [NSAlert alertWithMessageText:NSLocalizedString(@"BIOS Already Exists", @"BIOS file already there.") defaultButton:nil alternateButton:nil otherButton:nil informativeTextWithFormat:NSLocalizedString(@"There already exists a BIOS file at \"%1$@\": not copying the file at \"%2$@\".\n\nIf you do want to use the BIOS file at \"%2$@\", delete the BIOS at \"%1$@\".", @"What to do"), [biosPath path], filename]; + NSAlert *alreadyThere = [NSAlert alertWithMessageText:NSLocalizedString(@"BIOS Already Exists", @"BIOS file already there.") defaultButton:nil alternateButton:nil otherButton:nil informativeTextWithFormat:NSLocalizedString(@"There already exists a BIOS file at \"%1$@\": not moving the file at \"%2$@\".\n\nIf you do want to use the BIOS file at \"%2$@\", delete the BIOS at \"%1$@\".", @"What to do"), [biosPath path], filename]; alreadyThere.alertStyle = NSCriticalAlertStyle; [alreadyThere runModal]; return NO; -- cgit v1.2.3