From: Roopesh Chander Date: Tue, 19 Mar 2019 10:09:06 +0000 (+0530) Subject: iOS: Delete confirmation prompt should be a question X-Git-Tag: 0.0.20190319-5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f8843e2476671f49cd5365795e1082a95157b56;p=thirdparty%2Fwireguard-apple.git iOS: Delete confirmation prompt should be a question Signed-off-by: Roopesh Chander --- 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