Updated strings for translation

This commit is contained in:
OverloadedOrama 2020-03-25 04:29:23 +02:00
parent d858be72c3
commit 873808d6c1
2 changed files with 46 additions and 0 deletions

View file

@ -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