[vlc-commits] macosx: Remove HumanReadableCopyright from InfoPlist.strings
David Fuhrmann
git at videolan.org
Mon Dec 7 11:47:47 UTC 2020
vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Oct 17 12:26:31 2020 +0200| [94df25b30867601a530993efce43199265f2e750] | committer: David Fuhrmann
macosx: Remove HumanReadableCopyright from InfoPlist.strings
The translation file should not need to be generated by the build
system to allow more simple translation. In this case the string
cannot be reconstructed during runtime (its read out by the OS),
thus drop the translation.
(cherry picked from commit 971705e799e978338e60bf6b3b1d130991e1ab3f)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=94df25b30867601a530993efce43199265f2e750
---
modules/gui/macosx/Resources/InfoPlist.strings.in | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/gui/macosx/Resources/InfoPlist.strings.in b/modules/gui/macosx/Resources/InfoPlist.strings.in
index 6c2ca0db83..2f109b7715 100644
--- a/modules/gui/macosx/Resources/InfoPlist.strings.in
+++ b/modules/gui/macosx/Resources/InfoPlist.strings.in
@@ -1,7 +1,5 @@
/* Localized versions of Info.plist keys */
-"NSHumanReadableCopyright" = "Copyright (c) @COPYRIGHT_YEARS@ VLC authors and VideoLAN";
-
"NSCameraUsageDescription" = "VLC uses the camera to record some video.";
"NSMicrophoneUsageDescription" = "VLC uses the microphone to record some audio.";
"NSAppleEventsUsageDescription" = "VLC uses apple events to control external media players.";
More information about the vlc-commits
mailing list