Skip to content

Commit d38397f

Browse files
committed
Fix for result string with empty main text
1 parent 3194a42 commit d38397f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

library/src/main/res/values/strings.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<string name="apply_to_search">Press Apply to refresh the view</string>
88
<string name="cancel">Cancel</string>
99
<string name="apply">Apply</string>
10-
<string name="results_while_searching">results while searching for \"%1$s\"</string>
10+
<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>
1112
<plurals name="results_for_this_query">
1213
<item quantity="one" formatted="true">%1$d result found for this query</item>
1314
<item quantity="other" formatted="true">%1$d results found for this query</item>

0 commit comments

Comments
 (0)