[vlc-commits] InfoPlist.strings: fix NSHumanReadableCopyright statement
Felix Paul Kühne
git at videolan.org
Wed Apr 17 00:23:20 CEST 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Apr 17 00:23:16 2013 +0200| [7b8bebdaf20819263dc127be10375421b00c4e62] | committer: Felix Paul Kühne
InfoPlist.strings: fix NSHumanReadableCopyright statement
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7b8bebdaf20819263dc127be10375421b00c4e62
---
extras/package/macosx/Resources/English.lproj/InfoPlist.strings.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/macosx/Resources/English.lproj/InfoPlist.strings.in b/extras/package/macosx/Resources/English.lproj/InfoPlist.strings.in
index 6e3f4ea..41fa3f1 100644
--- a/extras/package/macosx/Resources/English.lproj/InfoPlist.strings.in
+++ b/extras/package/macosx/Resources/English.lproj/InfoPlist.strings.in
@@ -3,4 +3,4 @@
CFBundleName = "VLC";
CFBundleShortVersionString = "@VERSION@";
CFBundleGetInfoString = "@COPYRIGHT_MESSAGE@";
-NSHumanReadableCopyright = "Copyright (c) @COPYRIGHT_YEARS@ the VideoLAN Team";
+NSHumanReadableCopyright = "Copyright (c) @COPYRIGHT_YEARS@ VLC authors and VideoLAN";
More information about the vlc-commits
mailing list