diff options
Diffstat (limited to 'macosx/ConfigurationController.m')
| -rwxr-xr-x | macosx/ConfigurationController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/ConfigurationController.m b/macosx/ConfigurationController.m index 4d06d05f..67b61192 100755 --- a/macosx/ConfigurationController.m +++ b/macosx/ConfigurationController.m @@ -104,7 +104,7 @@ NSString *const memCardChangeNumberKey = @"PcsxrMemoryCardThatChangedKey"; path = [[NSFileManager defaultManager] stringWithFileSystemRepresentation:mcd length:strlen(mcd)]; [openDlg setDirectoryURL:[NSURL fileURLWithPath:[path stringByDeletingLastPathComponent] isDirectory:YES]]; - [openDlg setNameFieldStringValue:@"New Memory Card File.mcr"]; + [openDlg setNameFieldStringValue:NSLocalizedString(@"New Memory Card.mcd", nil)]; [openDlg setAllowedFileTypes:[PcsxrMemCardHandler supportedUTIs]]; if ([openDlg runModal] == NSFileHandlingPanelOKButton) { |
