From 9d38863430d2f8615664cdd5d540bbf7181446d2 Mon Sep 17 00:00:00 2001 From: Calvin Pan Date: Mon, 7 Feb 2022 11:40:07 +0800 Subject: [PATCH] Removing redundant brackets Bug: 199230228 Test: make Change-Id: I439b1ff995b7fa1c6d2656be8cf5201d7bf24ede --- core/res/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index fdd3601bbc59b..c8ea864dc8d6d 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4195,7 +4195,7 @@ match and total number of matches found in the current page. [CHAR LIMIT=NONE] --> { count, plural, =1 {# match} - other {# of {total}}} + other {# of {total}} }