iOS: Delete confirmation prompt should be a question

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2019-03-19 15:39:06 +05:30 committed by Jason A. Donenfeld
parent 7a3f65fd2f
commit 5f8843e247
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@
"alertBadConfigImportMessage (%@)" = "The file %@ does not contain a valid WireGuard configuration"; "alertBadConfigImportMessage (%@)" = "The file %@ does not contain a valid WireGuard configuration";
"deleteTunnelsConfirmationAlertButtonTitle" = "Delete"; "deleteTunnelsConfirmationAlertButtonTitle" = "Delete";
"deleteTunnelConfirmationAlertButtonMessage (%d)" = "Delete %d tunnel"; "deleteTunnelConfirmationAlertButtonMessage (%d)" = "Delete %d tunnel?";
"deleteTunnelsConfirmationAlertButtonMessage (%d)" = "Delete %d tunnels"; "deleteTunnelsConfirmationAlertButtonMessage (%d)" = "Delete %d tunnels?";
// Tunnel detail and edit UI // Tunnel detail and edit UI