iOS: Delete confirmation prompt should be a question

This commit is contained in:
Roopesh Chander 2019-03-19 15:39:06 +05:30 committed by Jason A. Donenfeld
parent dbeb389d26
commit 998e6e43bc
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";
"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