diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-01-26 02:21:37 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-01-26 02:21:37 +0000 |
| commit | 190c7ed336adb85e61d02c2ecfcb351cab1655eb (patch) | |
| tree | 2de9b9ef6c0fd35ad6b009ee4848c10712311cdf | |
| parent | 9e05ea93bf593509287dad3e82cfcfd9c5113bc4 (diff) | |
| download | pcsxr-190c7ed336adb85e61d02c2ecfcb351cab1655eb.tar.gz | |
OS X: Correct plurality on PCSX-R’s English info.plist Strings file.
TODO: Fix plurality on other localizations.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88473 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | macosx/English.lproj/en.lproj/InfoPlist.strings | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/English.lproj/en.lproj/InfoPlist.strings b/macosx/English.lproj/en.lproj/InfoPlist.strings index 5c1a5609..2f83e33d 100644 --- a/macosx/English.lproj/en.lproj/InfoPlist.strings +++ b/macosx/English.lproj/en.lproj/InfoPlist.strings @@ -1,4 +1,4 @@ -/* Localized versions of Info.plist keys */ +/* Localized versions of Info.plist keys */ CFBundleName = "PCSXR"; CFBundleDisplayName = "PCSX Reloaded"; @@ -9,5 +9,5 @@ NSHumanReadableCopyright = "Copyright © 2003-2005 PCSX Team, Gil Pedersen, Nico "Playstation BIOS Image" = "PlayStation BIOS Image"; "PCSXR Memory Card" = "Psx Mcd Format"; "PCSXR Freeze State" = "PCSXR Freeze State"; -"Playstation Cheat" = "PCSXR Cheat Code Files"; -"PlayStation Disc" = "PSX Image Files"; +"Playstation Cheat" = "PCSXR Cheat Code File"; +"PlayStation Disc" = "PSX Image File"; |
