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:
parent
4a037cc706
commit
fdbd4f875e
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue