diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-12-04 22:35:35 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-12-04 22:35:35 +0000 |
| commit | bd2bb5d7836d2567e9d2762a2061e7294560bc09 (patch) | |
| tree | 92194672e29c0b6315a973f1d1807929ddccb528 /macosx/CheatController.m | |
| parent | e86ad93e2f6d301a0ec020d5ce7b05b93eca460a (diff) | |
| download | pcsxr-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.m | 2 |
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; } |
