From e8da86665ed120be0d131c8f88bdbf8b28235db6 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Fri, 24 Feb 2012 10:17:44 -0800 Subject: Mark string format tokens as placeholders. This will keep them from potentially getting mangled in translation. Change-Id: I4d805a3ce4e50e735c43b6f30186d9ac01c532af --- res/values/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index c89e963ca..a9b14d05a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -239,7 +239,7 @@ s --> - Folder opened, %1$d by %2$d + Folder opened, %1$d by %2$d Touch to close folder @@ -247,8 +247,8 @@ s --> Folder closed - Folder renamed to %1$s + Folder renamed to %1$s - Folder: %1$s + Folder: %1$s -- cgit v1.2.3