From 85871b22b9d5cd203f3a4d82ed44bb6369c11d06 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 7 Jul 2014 22:12:39 +0000 Subject: OS X: Use the proper localization code for the metadata importer. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90898 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Psx-Memcard/GetMetadataForFile.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/Psx-Memcard/GetMetadataForFile.m') diff --git a/macosx/Psx-Memcard/GetMetadataForFile.m b/macosx/Psx-Memcard/GetMetadataForFile.m index bfb46ee0..04ecab1f 100644 --- a/macosx/Psx-Memcard/GetMetadataForFile.m +++ b/macosx/Psx-Memcard/GetMetadataForFile.m @@ -219,7 +219,7 @@ Boolean GetMetadataForFile(void *thisInterface, CFMutableDictionaryRef attribute attr[kPCSXRSaveNames] = @{@"en": [enNames copy], - @"jp": [jpNames copy]}; + @"ja": [jpNames copy]}; attr[kPCSXRMemCount] = @(memCount); attr[kPCSXRFreeBlocks] = @(freeBlocks); attr[kPCSXRMemNames] = [memNames copy]; -- cgit v1.2.3