mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-17 03:24:43 -05:00
Fix wrong "Export" text changing on the File menu
This commit is contained in:
parent
8230d9de96
commit
9fbfbc7432
2 changed files with 2 additions and 2 deletions
|
|
@ -186,7 +186,7 @@ func _on_BackupConfirmation_confirmed(project_paths : Array, backup_paths : Arra
|
|||
$ExportDialog.directory_path = OpenSave.current_save_paths[0].get_base_dir()
|
||||
$ExportDialog.was_exported = false
|
||||
Global.file_menu.get_popup().set_item_text(3, tr("Save") + " %s" % OpenSave.current_save_paths[0].get_file())
|
||||
Global.file_menu.get_popup().set_item_text(6, tr("Export"))
|
||||
Global.file_menu.get_popup().set_item_text(5, tr("Export"))
|
||||
|
||||
|
||||
func _on_BackupConfirmation_delete(project_paths : Array, backup_paths : Array) -> void:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue