Existing users, log in.  New users, create a free account.  Lost password?

1 comments

2.0 is not completely in English - heynnema

Open the package, edit info.plist, replace language with english...

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>MacFreePOPs</string>
<key>CFBundleGetInfoString</key>
<string>2.0</string>
<key>CFBundleIconFile</key>
<string>PackageIcon.icns</string>
<key>CFBundleName</key>
<string>MacFreePOPs</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<key>CFBundleSignature</key>
<string>frpd</string>
<key>CFBundleVersion</key>
<string>2.0</string>
</dict>
</plist>


Cheers, Al

Reply to This

Tuesday, May 01 2007 @ 11:51 AM PDT