Skip to content

Commit

Permalink
For mozilla-mobile#21460 - Rename "Delete from history" to "Remove" f…
Browse files Browse the repository at this point in the history
…or recent visit dropdown menu
  • Loading branch information
gabrielluong authored and mergify[bot] committed Sep 23, 2021
1 parent 43d1cb2 commit 976dd6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 976dd6e

Please sign in to comment.