diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-03-01 21:29:18 +0100 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-03-03 18:39:03 +0100 |
commit | 3d1fc33d453f49ca14bce76565ac93d8c6690ae8 (patch) | |
tree | b00e4e5febafe5d8ef78ab9938e0a59f842c8073 /app/src/main/res/values | |
parent | f1b8450b8ebcdfe44ccdcc843d1b2d83d0401655 (diff) |
Warning message when enabling Tor is long. #4610
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 49b6c95..f63da8b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -44,6 +44,7 @@ <string name="ipscrambling_any_location">Random country</string> <string name="ipscrambling_select_app">Apply this setting to all selected apps:</string> <string name="ipscrambling_error_quickprivacy_disabled">Enabled Quick Privacy to use functionalities</string> + <string name="ipscrambling_warning_starting_long">Our scrambling IP service is taking time to launch. It can take a few minutes. Leaving the screen won\'t interrupt the process.</string> <!-- Location --> |