mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
For #22502 - Update "Jump back in" group's subtitle format
This commit is contained in:
parent
a44b74adcb
commit
888bbc770e
@ -207,7 +207,7 @@ private fun RecentSearchGroupItem(
|
|||||||
|
|
||||||
Spacer(modifier = Modifier.width(8.dp))
|
Spacer(modifier = Modifier.width(8.dp))
|
||||||
|
|
||||||
RecentTabSubtitle(subtitle = stringResource(R.string.recent_tabs_search_term_count, count))
|
RecentTabSubtitle(subtitle = stringResource(R.string.recent_tabs_search_term_count_2, count))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -142,8 +142,8 @@
|
|||||||
The first parameter is the search term that the user used. (for example: your search for "cat")-->
|
The first parameter is the search term that the user used. (for example: your search for "cat")-->
|
||||||
<string name="recent_tabs_search_term">Your search for \"%1$s\"</string>
|
<string name="recent_tabs_search_term">Your search for \"%1$s\"</string>
|
||||||
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
|
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
|
||||||
The first parameter is the count for number of sites in the group. This number will always be more than one. -->
|
%d is a placeholder for the number of sites in the group. This number will always be more than one. -->
|
||||||
<string name="recent_tabs_search_term_count">Sites: %1$s</string>
|
<string name="recent_tabs_search_term_count_2">%d sites</string>
|
||||||
|
|
||||||
<!-- History Metadata -->
|
<!-- History Metadata -->
|
||||||
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
<!-- Header text for a section on the home screen that displays grouped highlights from the
|
||||||
|
Loading…
Reference in New Issue
Block a user