aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Base.lproj/Localizable.strings
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2019-01-31 18:17:46 +0530
committerRoopesh Chander <roop@roopc.net>2019-01-31 18:22:08 +0530
commit1189b3d700b352f9ffc86b0edfb7faa8813288e9 (patch)
tree4fc254fd28a6861597675eea910c6f23aa6d032f /WireGuard/WireGuard/Base.lproj/Localizable.strings
parentiOS: Make it compile again (diff)
downloadwireguard-apple-1189b3d700b352f9ffc86b0edfb7faa8813288e9.tar.xz
wireguard-apple-1189b3d700b352f9ffc86b0edfb7faa8813288e9.zip
Fix handling of 'PersistentKeepalive: every n seconds'
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/Base.lproj/Localizable.strings2
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/Base.lproj/Localizable.strings b/WireGuard/WireGuard/Base.lproj/Localizable.strings
index 328861f..decce3a 100644
--- a/WireGuard/WireGuard/Base.lproj/Localizable.strings
+++ b/WireGuard/WireGuard/Base.lproj/Localizable.strings
@@ -93,7 +93,7 @@
"tunnelEditPlaceholderTextStronglyRecommended" = "Strongly recommended";
"tunnelEditPlaceholderTextOff" = "Off";
-"tunnelPeerPersistentKeepaliveValue (%d)" = "every %d seconds";
+"tunnelPeerPersistentKeepaliveValue (%@)" = "every %@ seconds";
"tunnelHandshakeTimestampNow" = "Now";
"tunnelHandshakeTimestampSystemClockBackward" = "(System clock is backward)";
"tunnelHandshakeTimestampAgo (%@)" = "%@ ago";