mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 10:24:44 -04:00
Small UI changes
This commit is contained in:
parent
20d643b4ca
commit
ff47ae26c0
7 changed files with 98 additions and 127 deletions
|
@ -107,5 +107,5 @@ func _on_ImportSprites_files_selected(paths : PoolStringArray) -> void:
|
|||
Global.canvas = Global.canvases[Global.canvases.size() - 1]
|
||||
Global.canvas.visible = true
|
||||
|
||||
OS.set_window_title(first_path.get_file() + " (imported) - Pixelorama")
|
||||
OS.set_window_title(first_path.get_file() + " (" + tr("imported") + ") - Pixelorama")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue