diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-17 23:51:41 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-17 23:51:41 -0600 |
commit | 6a3b1438767d6f12bdf64d8dc71721636a016c81 (patch) | |
tree | 2a96a2d2856753977011be3848bc23517b9d6752 /ui/src/main/res/values/strings.xml | |
parent | 5f29abfa0dc7302e13744d9ec0f349d339092f50 (diff) |
preference: restart application immediately
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values/strings.xml')
-rw-r--r-- | ui/src/main/res/values/strings.xml | 3 |
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> |