summaryrefslogtreecommitdiff
path: root/macosx/CheatController.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-12-04 22:35:35 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-12-04 22:35:35 +0000
commitbd2bb5d7836d2567e9d2762a2061e7294560bc09 (patch)
tree92194672e29c0b6315a973f1d1807929ddccb528 /macosx/CheatController.m
parente86ad93e2f6d301a0ec020d5ce7b05b93eca460a (diff)
downloadpcsxr-bd2bb5d7836d2567e9d2762a2061e7294560bc09.tar.gz
Getting rid of a duplicate localization function.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88054 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/CheatController.m')
-rw-r--r--macosx/CheatController.m2
1 files changed, 1 insertions, 1 deletions
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;
}