aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Base.lproj
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2019-02-08 03:01:17 +0530
committerRoopesh Chander <roop@roopc.net>2019-02-08 04:40:11 +0530
commita99a755c340bb24e1d48a60fcfc74148a57f0586 (patch)
treebf283649159846f606a931570ff6978ea06b1bec /WireGuard/WireGuard/Base.lproj
parentTunnelsManager: Don't lose .restarting state (diff)
downloadwireguard-apple-a99a755c340bb24e1d48a60fcfc74148a57f0586.tar.xz
wireguard-apple-a99a755c340bb24e1d48a60fcfc74148a57f0586.zip
macOS: Show alert if exiting with an active tunnel
Instead of deactivating the tunnel. Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/Base.lproj')
-rw-r--r--WireGuard/WireGuard/Base.lproj/Localizable.strings5
1 files changed, 5 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/Base.lproj/Localizable.strings b/WireGuard/WireGuard/Base.lproj/Localizable.strings
index 25d7739..b923360 100644
--- a/WireGuard/WireGuard/Base.lproj/Localizable.strings
+++ b/WireGuard/WireGuard/Base.lproj/Localizable.strings
@@ -323,3 +323,8 @@
"macViewPrivateData" = "view tunnel private keys";
"iosExportPrivateData" = "Authenticate to export tunnel private keys.";
"iosViewPrivateData" = "Authenticate to view tunnel private keys.";
+
+// Mac alert
+
+"macAppExitingWithActiveTunnelMessage" = "WireGuard is exiting with an active tunnel";
+"macAppExitingWithActiveTunnelInfo" = "The tunnel will remain active after exiting. You may disable it by reopening this application or through the Network panel in System Preferences.";