From 2d06b8561ccce78066ee45208cdeeed9ef7fd8ee Mon Sep 17 00:00:00 2001 From: Jin Cao Date: Wed, 22 Oct 2014 16:07:23 -0700 Subject: Use $d instead of $s for number formatting To ensure that the numbers are properly translated. b/18011726 Change-Id: Id01bd690ac87875b17cfa4222e00b764aef9fba1 --- res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index 82cbf25..878cdaa 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -15,7 +15,7 @@ --> - \u002B%1$s + \u002B%1$d -- cgit v1.2.3