Use existing clear-recents-history string

This commit is contained in:
Will Sheehan 2026-04-25 00:11:05 -07:00
parent accf5b2ba6
commit e7fa2d0fa5
2 changed files with 1 additions and 4 deletions

View file

@ -62,9 +62,6 @@ empty-trash = Empty trash
empty-trash-title = Empty trash?
empty-trash-warning = Items in the Trash folder will be permanently deleted
## Clear Recents
clear-recents = Clear Recents
## Mount Error Dialog
mount-error = Unable to access drive

View file

@ -6228,7 +6228,7 @@ impl Tab {
tab_column = tab_column.push(
widget::layer_container(widget::row::with_children([
widget::space::horizontal().into(),
widget::button::standard(fl!("clear-recents"))
widget::button::standard(fl!("clear-recents-history"))
.on_press(Message::ClearRecents)
.into(),
]))