From 121295f77e0ea9f86bbdd5e632633acb62e17257 Mon Sep 17 00:00:00 2001 From: Jason Monk Date: Fri, 7 Aug 2015 09:38:45 -0400 Subject: Fix string %d insertions They need an order Bug: 22997094 Change-Id: I6ecaf827df60e7ce4b7c2ce59adaf7cf059ae218 --- res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index 416a4d9d..d79ba63d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -225,7 +225,7 @@ perform an unknown action - %d of %d apps allowed + %1$d of %2$d apps allowed Show system -- cgit v1.2.3