Merge "Removing redundant brackets"

This commit is contained in:
Calvin Pan
2022-02-09 02:43:40 +00:00
committed by Android (Google) Code Review

View File

@@ -4242,7 +4242,7 @@
match and total number of matches found in the current page. [CHAR LIMIT=NONE] -->
<string name="matches_found">{ count, plural,
=1 {# match}
other {# of {total}}}
other {# of {total}}
}
</string>