Split out empty trash title, fixes #1373
This commit is contained in:
parent
f3b4e0bc6a
commit
de20738735
2 changed files with 3 additions and 2 deletions
|
|
@ -4884,7 +4884,7 @@ impl Application for App {
|
|||
dialog
|
||||
}
|
||||
DialogPage::EmptyTrash => widget::dialog()
|
||||
.title(fl!("empty-trash"))
|
||||
.title(fl!("empty-trash-title"))
|
||||
.body(fl!("empty-trash-warning"))
|
||||
.primary_action(
|
||||
widget::button::suggested(fl!("empty-trash"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue