diff options
author | 2018-12-29 23:58:51 +0530 | |
---|---|---|
committer | 2019-01-14 14:52:30 +0530 | |
commit | 98e9088aba1c30eb6e2e55a9f3c790f2774a2db7 (patch) | |
tree | d88ed2ec389d823b4cc7cac33c9b8171d355bf5a | |
parent | macOS: Show status as disabled menu items (diff) | |
download | wireguard-apple-98e9088aba1c30eb6e2e55a9f3c790f2774a2db7.tar.xz wireguard-apple-98e9088aba1c30eb6e2e55a9f3c790f2774a2db7.zip |
macOS: Capitalize All Rights Reserved
Signed-off-by: Roopesh Chander <roop@roopc.net>
-rw-r--r-- | WireGuard/WireGuard/UI/macOS/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/UI/macOS/Info.plist b/WireGuard/WireGuard/UI/macOS/Info.plist index 2fc0b3f..619f001 100644 --- a/WireGuard/WireGuard/UI/macOS/Info.plist +++ b/WireGuard/WireGuard/UI/macOS/Info.plist @@ -25,7 +25,7 @@ <key>LSUIElement</key> <true/> <key>NSHumanReadableCopyright</key> - <string>Copyright © 2018 WireGuard LLC. All rights reserved.</string> + <string>Copyright © 2018 WireGuard LLC. All Rights Reserved.</string> <key>NSPrincipalClass</key> <string>WireGuard.Application</string> <key>com.wireguard.macos.app_group_id</key> |