mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 04:04:43 -04:00
Made About & Preferences update translations every time you open them
Also fixed "Grey" string, it was supposed to be "Gray"
This commit is contained in:
parent
c873e50d50
commit
29baf3dcc0
13 changed files with 51 additions and 49 deletions
|
@ -180,6 +180,7 @@ custom_fonts/font = ExtResource( 5 )
|
|||
text = "Copyright 2019-2020 Orama Interactive"
|
||||
align = 1
|
||||
[connection signal="about_to_show" from="." to="." method="_on_AboutDialog_about_to_show"]
|
||||
[connection signal="popup_hide" from="." to="." method="_on_AboutDialog_popup_hide"]
|
||||
[connection signal="pressed" from="AboutUI/IconsButtons/SloganAndLinks/VBoxContainer/LinkButtons/Website" to="." method="_on_Website_pressed"]
|
||||
[connection signal="pressed" from="AboutUI/IconsButtons/SloganAndLinks/VBoxContainer/LinkButtons/GitHub" to="." method="_on_GitHub_pressed"]
|
||||
[connection signal="pressed" from="AboutUI/IconsButtons/SloganAndLinks/VBoxContainer/LinkButtons/Donate" to="." method="_on_Donate_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue