From: Roopesh Chander Date: Mon, 21 Jan 2019 22:46:17 +0000 (+0530) Subject: macOS: Use Unicode version of '...' for menu text X-Git-Tag: 0.0.20190207-1~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0848765f50052be3bfd8e3e367dd52620c47dbb6;p=thirdparty%2Fwireguard-apple.git macOS: Use Unicode version of '...' for menu text Signed-off-by: Roopesh Chander --- diff --git a/WireGuard/WireGuard/Base.lproj/Localizable.strings b/WireGuard/WireGuard/Base.lproj/Localizable.strings index 79b665f..7f9d576 100644 --- a/WireGuard/WireGuard/Base.lproj/Localizable.strings +++ b/WireGuard/WireGuard/Base.lproj/Localizable.strings @@ -227,10 +227,10 @@ "macMenuNetworksNone" = "Networks: None"; "macMenuManageTunnels" = "Manage tunnels"; -"macMenuImportTunnels" = "Import tunnel(s) from file..."; -"macMenuAddEmptyTunnel" = "Add empty tunnel..."; -"macMenuExportLog" = "Export log to file..."; -"macMenuExportTunnels" = "Export tunnels to zip..."; +"macMenuImportTunnels" = "Import tunnel(s) from file…"; +"macMenuAddEmptyTunnel" = "Add empty tunnel…"; +"macMenuExportLog" = "Export log to file…"; +"macMenuExportTunnels" = "Export tunnels to zip…"; "macMenuAbout" = "About WireGuard"; "macMenuQuit" = "Quit";