2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/21460 - Rename "Delete from history" to "Remove" for recent visit dropdown menu

This commit is contained in:
Gabriel Luong 2021-09-22 19:51:44 -04:00 committed by mergify[bot]
parent bc452b6adc
commit cb4b5fc613
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ class HistoryMetadataGroupViewHolder(
recentVisits = recentVisits.value ?: emptyList(),
menuItems = listOfNotNull(
RecentVisitMenuItem(
title = stringResource(R.string.recently_visited_delete_from_history),
title = stringResource(R.string.recently_visited_menu_item_remove),
onClick = {
// no-op
}

View File

@ -128,7 +128,7 @@
<string name="history_metadata_header_2">Recently visited</string>
<!-- Text for the menu button to remove a grouped highlight from the user's browsing history
in the Recently visited section -->
<string name="recently_visited_delete_from_history">Delete from history</string>
<string name="recently_visited_menu_item_remove">Remove</string>
<!-- Browser Fragment -->
<!-- Content description (not visible, for screen readers etc.): Navigate to open tabs -->