From bd2bb5d7836d2567e9d2762a2061e7294560bc09 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 4 Dec 2013 22:35:35 +0000 Subject: Getting rid of a duplicate localization function. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88054 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/CheatController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/CheatController.m') diff --git a/macosx/CheatController.m b/macosx/CheatController.m index 2c09cf2a..acae6fbd 100644 --- a/macosx/CheatController.m +++ b/macosx/CheatController.m @@ -342,7 +342,7 @@ NSLocalizedString(@"Don't Save",@"Don't Save"), NSLocalizedString(@"Cancel", @"Cancel"), [self window], self, NULL, @selector(sheetDidDismiss:returnCode:contextInfo:), NULL, - NSLocalizedString(@"The cheat codes have not been applied. Unapplied cheats will not run nor be saved. Do you wish to save?",nil)); + NSLocalizedString(@"The cheat codes have not been applied. Unapplied cheats will not run nor be saved. Do you wish to save?", nil)); return NO; } -- cgit v1.2.3