From 50157e04807d57a02b8bdb72ebcb8ec287edc13f Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Wed, 6 Feb 2019 10:25:40 +0100 Subject: [PATCH] Reword again remove VPN configuration button See 88099c416bcdfc4699aab7507707ecfc94e9237a --- Passepartout/Resources/en.lproj/Localizable.strings | 2 +- Passepartout/Sources/SwiftGen+Strings.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Passepartout/Resources/en.lproj/Localizable.strings b/Passepartout/Resources/en.lproj/Localizable.strings index e8e2f9d0..8b9eda5d 100644 --- a/Passepartout/Resources/en.lproj/Localizable.strings +++ b/Passepartout/Resources/en.lproj/Localizable.strings @@ -46,7 +46,7 @@ "organizer.cells.uninstall.caption" = "Remove VPN configuration"; "organizer.alerts.exhausted_providers.message" = "You have created profiles for any available network."; "organizer.alerts.add_host.message" = "Open an URL to an .ovpn configuration file from Safari, Mail or another app to set up a host profile.\n\nYou can also import an .ovpn with iTunes File Sharing."; -"organizer.alerts.delete_vpn_profile.message" = "Do you really want to erase the VPN configuration from your device settings? This will not affect your network and host profiles."; +"organizer.alerts.delete_vpn_profile.message" = "Do you really want to erase the VPN configuration from your device settings? This may fix some broken VPN states and will not affect your network and host profiles."; "account.suggestion_footer.infrastructure.pia" = "Use your website credentials. Your username is usually numeric with a \"p\" prefix."; diff --git a/Passepartout/Sources/SwiftGen+Strings.swift b/Passepartout/Sources/SwiftGen+Strings.swift index 576297b8..4bbcc2c7 100644 --- a/Passepartout/Sources/SwiftGen+Strings.swift +++ b/Passepartout/Sources/SwiftGen+Strings.swift @@ -311,7 +311,7 @@ internal enum L10n { internal static let message = L10n.tr("Localizable", "organizer.alerts.add_host.message") } internal enum DeleteVpnProfile { - /// Do you really want to erase the VPN configuration from your device settings? This will not affect your network and host profiles. + /// Do you really want to erase the VPN configuration from your device settings? This may fix some broken VPN states and will not affect your network and host profiles. internal static let message = L10n.tr("Localizable", "organizer.alerts.delete_vpn_profile.message") } internal enum ExhaustedProviders {