diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-12-11 02:38:10 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-12-11 02:38:18 +0100 |
commit | 23932952d842914aacf68d06a5d53017fbbf4ae2 (patch) | |
tree | 87daaef22d27bbe66de1265b5bc42a9db3498915 /app | |
parent | 266ee7626c4c602c6f690c7c663526e38141986b (diff) |
Squelch xml warning
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0daec6f9..7c9864bb 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -88,7 +88,7 @@ <string name="no_config_error">Trying to bring up a tunnel with no config</string> <string name="no_configs_error">No configurations found</string> <string name="no_tunnels_error">No tunnels exist</string> - <string name="parse_error">Cannot parse ā%sā at %s</string> + <string name="parse_error">Cannot parse ā%1$sā at %2$s</string> <string name="peer">Peer</string> <string name="permission_description">Allows an app to control WireGuard tunnels. Apps with this permission may enable and disable WireGuard tunnels at will, potentially misdirecting Internet traffic.</string> <string name="permission_label">control WireGuard tunnels</string> |