aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-17 23:51:41 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-17 23:51:41 -0600
commit6a3b1438767d6f12bdf64d8dc71721636a016c81 (patch)
tree2a96a2d2856753977011be3848bc23517b9d6752 /ui/src/main/res
parentstrings: update Hindi translation (diff)
downloadwireguard-android-6a3b1438767d6f12bdf64d8dc71721636a016c81.tar.xz
wireguard-android-6a3b1438767d6f12bdf64d8dc71721636a016c81.zip
preference: restart application immediately
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res')
-rw-r--r--ui/src/main/res/values/strings.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml
index 6961c83a..e88d0d12 100644
--- a/ui/src/main/res/values/strings.xml
+++ b/ui/src/main/res/values/strings.xml
@@ -98,7 +98,6 @@
<string name="module_version_error">Unable to determine kernel module version</string>
<string name="module_installer_not_found">No modules are available for your device</string>
<string name="module_installer_initial">The experimental kernel module can improve performance</string>
- <string name="module_installer_success">Success. The application will restart in 5 seconds</string>
<string name="module_installer_title">Download and install kernel module</string>
<string name="module_installer_working">Downloading and installing…</string>
<string name="module_installer_error">Something went wrong. Please try again</string>
@@ -106,7 +105,7 @@
<string name="module_disabler_disabled_summary">The experimental kernel module can improve performance</string>
<string name="module_disabler_enabled_title">Disable kernel module backend</string>
<string name="module_disabler_enabled_summary">The slower userspace backend may improve stability</string>
- <string name="module_disabler_working">The application will restart in 5 seconds</string>
+ <string name="success_application_will_restart">Success. The application will now restart…</string>
<string name="mtu">MTU</string>
<string name="multiple_tunnels_title">Allow multiple simultaneous tunnels</string>
<string name="multiple_tunnels_summary_on">Multiple tunnels may be turned on simultaneously</string>