diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-03-19 00:30:53 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-03-19 00:30:53 -0600 |
commit | d5dcdf13bfd3fdd2f9893a074a9c2c9138c68440 (patch) | |
tree | 96e6d113994eafb8e0c6b8e089847e801c1cca29 /app/src/main/res | |
parent | 7feb3dccbf29af146e3b857d87f7de47d4301cad (diff) |
strings: %i is invalid
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 72b81535..3751cb05 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -123,8 +123,8 @@ <string name="set_exclusions">Set Exclusions</string> <string name="settings">Settings</string> <string name="shell_exit_status_read_error">Shell cannot read exit status</string> - <string name="shell_marker_count_error">Shell expected 4 markers, received %i</string> - <string name="shell_start_error">Shell failed to start: %i</string> + <string name="shell_marker_count_error">Shell expected 4 markers, received %d</string> + <string name="shell_start_error">Shell failed to start: %d</string> <string name="toggle_error">Error toggling WireGuard tunnel: %s</string> <string name="tools_installer_already">wg and wg-quick are already installed</string> <string name="tools_installer_failure">Unable to install command-line tools (no root?)</string> @@ -137,14 +137,14 @@ <string name="tools_installer_working">Installing wg and wg-quick</string> <string name="tools_unavailable_error">Required tools unavailable</string> <string name="tun_create_error">Unable to create tun device</string> - <string name="tunnel_config_error">Unable to configure tunnel (wg-quick returned %i)</string> + <string name="tunnel_config_error">Unable to configure tunnel (wg-quick returned %d)</string> <string name="tunnel_create_error">Unable to create tunnel: %s</string> <string name="tunnel_create_success">Successfully created tunnel “%s”</string> <string name="tunnel_error_already_exists">Tunnel “%s” already exists</string> <string name="tunnel_error_invalid_name">Invalid name</string> <string name="tunnel_list_placeholder">Add a tunnel using the blue button</string> <string name="tunnel_name">Tunnel Name</string> - <string name="tunnel_on_error">Unable to turn tunnel on (wgTurnOn returned %i)</string> + <string name="tunnel_on_error">Unable to turn tunnel on (wgTurnOn returned %d)</string> <string name="tunnel_rename_error">Unable to rename tunnel: %s</string> <string name="tunnel_rename_success">Successfully renamed tunnel to “%s”</string> <string name="type_name_go_userspace">Go userspace</string> |