From 5fb82849d7fa24ccbf29aa3f89a52645fbc5d580 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 10 Nov 2014 23:38:29 +0000 Subject: OS X: Move the English localization files around. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92229 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- .../plugins/DFSound/Resorces/OpenAL/English.lproj/InfoPlist.strings | 6 ------ macosx/plugins/DFSound/Resorces/OpenAL/en.lproj/InfoPlist.strings | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100755 macosx/plugins/DFSound/Resorces/OpenAL/English.lproj/InfoPlist.strings create mode 100755 macosx/plugins/DFSound/Resorces/OpenAL/en.lproj/InfoPlist.strings (limited to 'macosx/plugins/DFSound/Resorces/OpenAL') diff --git a/macosx/plugins/DFSound/Resorces/OpenAL/English.lproj/InfoPlist.strings b/macosx/plugins/DFSound/Resorces/OpenAL/English.lproj/InfoPlist.strings deleted file mode 100755 index 4c8e3f3a..00000000 --- a/macosx/plugins/DFSound/Resorces/OpenAL/English.lproj/InfoPlist.strings +++ /dev/null @@ -1,6 +0,0 @@ -/* Localized versions of Info.plist keys */ - -CFBundleName = "OpenAL Sound Plugin"; -CFBundleShortVersionString = "SPU Plugin for PCSXR"; -CFBundleGetInfoString = "Based on P.E.Op.S. SPU Sound Plugin."; -NSHumanReadableCopyright = "Copyright © 2004 Gil Pedersen."; diff --git a/macosx/plugins/DFSound/Resorces/OpenAL/en.lproj/InfoPlist.strings b/macosx/plugins/DFSound/Resorces/OpenAL/en.lproj/InfoPlist.strings new file mode 100755 index 00000000..4c8e3f3a --- /dev/null +++ b/macosx/plugins/DFSound/Resorces/OpenAL/en.lproj/InfoPlist.strings @@ -0,0 +1,6 @@ +/* Localized versions of Info.plist keys */ + +CFBundleName = "OpenAL Sound Plugin"; +CFBundleShortVersionString = "SPU Plugin for PCSXR"; +CFBundleGetInfoString = "Based on P.E.Op.S. SPU Sound Plugin."; +NSHumanReadableCopyright = "Copyright © 2004 Gil Pedersen."; -- cgit v1.2.3