mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 09:14:42 -04:00
Updated strings for translation
This commit is contained in:
parent
d858be72c3
commit
873808d6c1
2 changed files with 46 additions and 0 deletions
|
@ -321,6 +321,7 @@ func _on_ExportDialog_about_to_show() -> void:
|
|||
for child in $Popups.get_children(): # Set the theme for the popups
|
||||
child.theme = Global.control.theme
|
||||
|
||||
file_exists_alert = tr("File %s already exists. Overwrite?") # Update translation
|
||||
|
||||
func _on_Tabs_tab_clicked(tab : int) -> void:
|
||||
current_tab = tab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue