From 9c4b060e41c437b0e838b0bce2ba544d1583ac94 Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Tue, 28 Oct 2014 15:49:25 -0400 Subject: [PATCH] Zen: Fix quantity format specifiers for quantity=1. Bug: 16824863 Change-Id: I3c7fc5961cd65b0b8291b7d9aef6110e6dfe85f1 --- core/res/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 89f6a9a11f057..99d15cccf7a96 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4875,13 +4875,13 @@ - For one minute (until %1$s) + For one minute (until %2$s) For %1$d minutes (until %2$s) - For one hour (until %1$s) + For one hour (until %2$s) For %1$d hours (until %2$s)