Add the Atari cartridge file type to the InfoPlist.strings file.

It is localizable.

Update the version number in InfoPlist.Strings.
This commit is contained in:
C.W. Betts 2017-06-04 13:55:34 -06:00 committed by sa666666
parent 649c054d54
commit 15a7d1e520
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Stella";
CFBundleShortVersionString = "Stella version 3.0";
CFBundleGetInfoString = "Stella version 3.0";
CFBundleShortVersionString = "Stella version 4.7.3";
CFBundleGetInfoString = "Stella version 4.7.3";
NSHumanReadableCopyright = "Stella MacOS X version by Stephen Anthony and Mark Grebe.";
"Atari 2600 Cartridge File" = "Atari 2600 Cartridge File";