diff options
author | 2019-03-09 16:10:55 +0530 | |
---|---|---|
committer | 2019-03-18 06:46:56 +0100 | |
commit | 5f30e021eff8a08fc7e9b93e83837f20c6784deb (patch) | |
tree | 61ff8dd52954a8e7a10ec7f03aa99bf5341e566d /WireGuard | |
parent | on-demand: "Only selected SSIDs" -> "Only these SSIDs" (diff) | |
download | wireguard-apple-5f30e021eff8a08fc7e9b93e83837f20c6784deb.tar.xz wireguard-apple-5f30e021eff8a08fc7e9b93e83837f20c6784deb.zip |
on-demand: iOS: Change wording for add-SSIDs rows
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard')
-rw-r--r-- | WireGuard/WireGuard/Base.lproj/Localizable.strings | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WireGuard/WireGuard/Base.lproj/Localizable.strings b/WireGuard/WireGuard/Base.lproj/Localizable.strings index 31e9653..fc17428 100644 --- a/WireGuard/WireGuard/Base.lproj/Localizable.strings +++ b/WireGuard/WireGuard/Base.lproj/Localizable.strings @@ -99,8 +99,8 @@ "tunnelOnDemandSectionTitleSelectedSSIDs" = "SSIDs"; "tunnelOnDemandNoSSIDs" = "No SSIDs"; "tunnelOnDemandSectionTitleAddSSIDs" = "Add SSIDs"; -"tunnelOnDemandAddMessageAddNewSSID" = "Add manually"; -"tunnelOnDemandAddMessageAddConnectedSSID (%@)" = "Connected: %@"; +"tunnelOnDemandAddMessageAddConnectedSSID (%@)" = "Add connected: %@"; +"tunnelOnDemandAddMessageAddNewSSID" = "Add new"; "tunnelOnDemandKey" = "On demand"; "tunnelOnDemandOptionOff" = "Off"; |