From d5dcdf13bfd3fdd2f9893a074a9c2c9138c68440 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 19 Mar 2019 00:30:53 -0600 Subject: strings: %i is invalid Signed-off-by: Jason A. Donenfeld --- app/src/main/res/values/strings.xml | 8 ++++---- 1 file 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 @@ Set Exclusions Settings Shell cannot read exit status - Shell expected 4 markers, received %i - Shell failed to start: %i + Shell expected 4 markers, received %d + Shell failed to start: %d Error toggling WireGuard tunnel: %s wg and wg-quick are already installed Unable to install command-line tools (no root?) @@ -137,14 +137,14 @@ Installing wg and wg-quick Required tools unavailable Unable to create tun device - Unable to configure tunnel (wg-quick returned %i) + Unable to configure tunnel (wg-quick returned %d) Unable to create tunnel: %s Successfully created tunnel “%s” Tunnel “%s” already exists Invalid name Add a tunnel using the blue button Tunnel Name - Unable to turn tunnel on (wgTurnOn returned %i) + Unable to turn tunnel on (wgTurnOn returned %d) Unable to rename tunnel: %s Successfully renamed tunnel to “%s” Go userspace -- cgit v1.2.3-59-g8ed1b