macOS: Use title-style capitalization for menu items

As per https://developer.apple.com/design/human-interface-guidelines/macos/menus/menu-anatomy/

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2019-05-10 00:48:24 +05:30
parent 4a037cc706
commit fdbd4f875e
1 changed files with 5 additions and 5 deletions

View File

@ -297,11 +297,11 @@
"macMenuNetworksNone" = "Networks: None"; "macMenuNetworksNone" = "Networks: None";
"macMenuTitle" = "WireGuard"; "macMenuTitle" = "WireGuard";
"macMenuManageTunnels" = "Manage tunnels"; "macMenuManageTunnels" = "Manage Tunnels";
"macMenuImportTunnels" = "Import tunnel(s) from file…"; "macMenuImportTunnels" = "Import Tunnel(s) from File…";
"macMenuAddEmptyTunnel" = "Add empty tunnel…"; "macMenuAddEmptyTunnel" = "Add Empty Tunnel…";
"macMenuViewLog" = "View log"; "macMenuViewLog" = "View Log";
"macMenuExportTunnels" = "Export tunnels to zip…"; "macMenuExportTunnels" = "Export Tunnels to Zip…";
"macMenuAbout" = "About WireGuard"; "macMenuAbout" = "About WireGuard";
"macMenuQuit" = "Quit WireGuard"; "macMenuQuit" = "Quit WireGuard";