From 5f8843e2476671f49cd5365795e1082a95157b56 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Tue, 19 Mar 2019 15:39:06 +0530 Subject: [PATCH] iOS: Delete confirmation prompt should be a question Signed-off-by: Roopesh Chander --- WireGuard/WireGuard/Base.lproj/Localizable.strings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WireGuard/WireGuard/Base.lproj/Localizable.strings b/WireGuard/WireGuard/Base.lproj/Localizable.strings index abf7236..5289c72 100644 --- a/WireGuard/WireGuard/Base.lproj/Localizable.strings +++ b/WireGuard/WireGuard/Base.lproj/Localizable.strings @@ -37,8 +37,8 @@ "alertBadConfigImportMessage (%@)" = "The file ‘%@’ does not contain a valid WireGuard configuration"; "deleteTunnelsConfirmationAlertButtonTitle" = "Delete"; -"deleteTunnelConfirmationAlertButtonMessage (%d)" = "Delete %d tunnel"; -"deleteTunnelsConfirmationAlertButtonMessage (%d)" = "Delete %d tunnels"; +"deleteTunnelConfirmationAlertButtonMessage (%d)" = "Delete %d tunnel?"; +"deleteTunnelsConfirmationAlertButtonMessage (%d)" = "Delete %d tunnels?"; // Tunnel detail and edit UI