From 0c5739db827363cdd94d02951be3806231d564b3 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 1 Feb 2019 14:49:38 +0100 Subject: [PATCH] Strings: fix backwards clock wording Signed-off-by: Jason A. Donenfeld --- WireGuard/WireGuard/Base.lproj/Localizable.strings | 2 +- wireguard-go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WireGuard/WireGuard/Base.lproj/Localizable.strings b/WireGuard/WireGuard/Base.lproj/Localizable.strings index decce3a..c93c702 100644 --- a/WireGuard/WireGuard/Base.lproj/Localizable.strings +++ b/WireGuard/WireGuard/Base.lproj/Localizable.strings @@ -95,7 +95,7 @@ "tunnelPeerPersistentKeepaliveValue (%@)" = "every %@ seconds"; "tunnelHandshakeTimestampNow" = "Now"; -"tunnelHandshakeTimestampSystemClockBackward" = "(System clock is backward)"; +"tunnelHandshakeTimestampSystemClockBackward" = "(System clock wound backwards)"; "tunnelHandshakeTimestampAgo (%@)" = "%@ ago"; "tunnelHandshakeTimestampYear (%d)" = "%d year"; "tunnelHandshakeTimestampYears (%d)" = "%d years"; diff --git a/wireguard-go b/wireguard-go index c614add..8fde833 160000 --- a/wireguard-go +++ b/wireguard-go @@ -1 +1 @@ -Subproject commit c614add90fbb9ccf0fafb17e237dfb9df54a7043 +Subproject commit 8fde8334dcf3a7f3934159f45b6fc1d5f4be8a90