Use existing clear-recents-history string
This commit is contained in:
parent
accf5b2ba6
commit
e7fa2d0fa5
2 changed files with 1 additions and 4 deletions
|
|
@ -62,9 +62,6 @@ empty-trash = Empty trash
|
||||||
empty-trash-title = Empty trash?
|
empty-trash-title = Empty trash?
|
||||||
empty-trash-warning = Items in the Trash folder will be permanently deleted
|
empty-trash-warning = Items in the Trash folder will be permanently deleted
|
||||||
|
|
||||||
## Clear Recents
|
|
||||||
clear-recents = Clear Recents
|
|
||||||
|
|
||||||
## Mount Error Dialog
|
## Mount Error Dialog
|
||||||
mount-error = Unable to access drive
|
mount-error = Unable to access drive
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6228,7 +6228,7 @@ impl Tab {
|
||||||
tab_column = tab_column.push(
|
tab_column = tab_column.push(
|
||||||
widget::layer_container(widget::row::with_children([
|
widget::layer_container(widget::row::with_children([
|
||||||
widget::space::horizontal().into(),
|
widget::space::horizontal().into(),
|
||||||
widget::button::standard(fl!("clear-recents"))
|
widget::button::standard(fl!("clear-recents-history"))
|
||||||
.on_press(Message::ClearRecents)
|
.on_press(Message::ClearRecents)
|
||||||
.into(),
|
.into(),
|
||||||
]))
|
]))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue