From 28fcc97d1bdca0c4f0810c421394b89d702fbaee Mon Sep 17 00:00:00 2001 From: Akiya Utsumi Date: Tue, 31 Oct 2017 11:11:15 +0900 Subject: [PATCH] Fix the format of wifi_carrier_content string Carrier name is not displayed on the dialog due to the incorrect format "%1%s". This should be "%1$s". Test: String change, manually verified Bug: 70814622 Change-Id: Ie30b8d1eb85d390e4023e0a251e1f1c7fa6deec0 --- res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 9cbb85eed8f..788c1ac91bb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1928,7 +1928,7 @@ Carrier Wi\u2011Fi network - Connect via %1%s + Connect via %1$s To improve location accuracy and for other purposes, %1$s wants to turn on network scanning, even when Wi-Fi is off.\n\nAllow this for all apps that want to scan?