We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3194a42 commit d38397fCopy full SHA for d38397f
1 file changed
library/src/main/res/values/strings.xml
@@ -7,7 +7,8 @@
7
<string name="apply_to_search">Press Apply to refresh the view</string>
8
<string name="cancel">Cancel</string>
9
<string name="apply">Apply</string>
10
- <string name="results_while_searching">results while searching for \"%1$s\"</string>
+ <string name="results_while_searching_for">Results while searching for expression \"%1$s\" %2$s</string>
11
+ <string name="results_while_searching">Results while searching %1$s</string>
12
<plurals name="results_for_this_query">
13
<item quantity="one" formatted="true">%1$d result found for this query</item>
14
<item quantity="other" formatted="true">%1$d results found for this query</item>
0 commit comments