fix(i18n): use separate 'rename' keys for menu and dialog confirm button
This commit is contained in:
parent
3548615d40
commit
4b5c6d2c1b
2 changed files with 2 additions and 1 deletions
|
|
@ -116,6 +116,7 @@ permanently-delete-warning = {$target} will be permanently deleted. This action
|
|||
## Rename Dialog
|
||||
rename-file = Rename file
|
||||
rename-folder = Rename folder
|
||||
rename-confirm = Rename
|
||||
|
||||
## Replace Dialog
|
||||
replace = Replace
|
||||
|
|
|
|||
|
|
@ -6140,7 +6140,7 @@ impl Application for App {
|
|||
|
||||
dialog
|
||||
.primary_action(
|
||||
widget::button::suggested(fl!("rename"))
|
||||
widget::button::suggested(fl!("rename-confirm"))
|
||||
.on_press_maybe(complete_maybe.clone()),
|
||||
)
|
||||
.secondary_action(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue