From 6d02b0a26df780aef39c597a1f1691d1283b3fb6 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 18 Dec 2018 17:58:12 +0100 Subject: strings: squelch warning on multiple %s Signed-off-by: Jason A. Donenfeld --- app/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3ae499da..72b81535 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -28,9 +28,9 @@ Addresses Allowed IPs WireGuard - %s\'s %s + %1$s\'s %2$s %s - %s in %s + %1$s in %2$s : Must be positive and no more than 65535 : Must be positive : Must be a valid UDP port number -- cgit v1.2.3-59-g8ed1b