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
|
|
@ -52,7 +52,8 @@ extract-to = Extract To...
|
||||||
extract-to-title = Extract to folder
|
extract-to-title = Extract to folder
|
||||||
|
|
||||||
## Empty Trash Dialog
|
## Empty Trash Dialog
|
||||||
empty-trash = Empty trash?
|
empty-trash = 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
|
||||||
|
|
||||||
## Mount Error Dialog
|
## Mount Error Dialog
|
||||||
|
|
|
||||||
|
|
@ -4884,7 +4884,7 @@ impl Application for App {
|
||||||
dialog
|
dialog
|
||||||
}
|
}
|
||||||
DialogPage::EmptyTrash => widget::dialog()
|
DialogPage::EmptyTrash => widget::dialog()
|
||||||
.title(fl!("empty-trash"))
|
.title(fl!("empty-trash-title"))
|
||||||
.body(fl!("empty-trash-warning"))
|
.body(fl!("empty-trash-warning"))
|
||||||
.primary_action(
|
.primary_action(
|
||||||
widget::button::suggested(fl!("empty-trash"))
|
widget::button::suggested(fl!("empty-trash"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue