diff options
| author | Albin <albin@mullvad.net> | 2024-09-09 15:11:53 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-09-09 15:11:53 +0200 |
| commit | 52bd324e87ff1bcc484ed9d408e9b07cc3f229d0 (patch) | |
| tree | 361231d8eafbb1c958c3bbbc55b61ac4fd72eda4 /android/lib | |
| parent | 43a10831ceb1170ef985907992a29bcfa9ecd22f (diff) | |
| download | mullvadvpn-52bd324e87ff1bcc484ed9d408e9b07cc3f229d0.tar.xz mullvadvpn-52bd324e87ff1bcc484ed9d408e9b07cc3f229d0.zip | |
Clarify daita battery usage in dialogs
Diffstat (limited to 'android/lib')
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml index b72902897f..7eaa3b8f3e 100644 --- a/android/lib/resource/src/main/res/values/strings.xml +++ b/android/lib/resource/src/main/res/values/strings.xml @@ -386,7 +386,7 @@ <string name="location_was_removed_from_list">%s was removed from \"%s\"</string> <string name="create_custom_list_message">\"%s\" was created</string> <string name="daita_info">%s (%s) hides patterns in your encrypted VPN traffic. If anyone is monitoring your connection, this makes it significantly harder for them to identify what websites you are visiting. It does this by carefully adding network noise and making all network packets the same size.</string> - <string name="daita_warning">Attention: Since this increases your total network traffic, be cautious if you have a limited data plan. It can also negatively impact your network speed. Please consider this if you want to enable %s.</string> + <string name="daita_warning">Attention: Since this increases your total network traffic, be cautious if you have a limited data plan. It can also negatively impact your network speed and battery usage.</string> <string name="connected_using_daita">%s using %s</string> <string name="setting_chip">Setting: %s</string> <string name="enable_anyway">Enable anyway</string> |
