Skip to content

Commit f93f5fc

Browse files
Update about_menu.gd
1 parent c9b3052 commit f93f5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui_parts/about_menu.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func _on_tab_changed(idx: int) -> void:
122122
2:
123123
# This part doesn't need to be translated.
124124
%LicenseLabel.text = "MIT License\n\nCopyright (c) 2025 Anish Mishra\n" +\
125-
"Copyright (c) 2023-present VectorTouch contributors\n\n" +\
125+
"Copyright (c) 2023-present GodSVG contributors\n\n" +\
126126
Engine.get_license_info()["Expat"]
127127
3:
128128
for child in %VectorTouchParts.get_children():

0 commit comments

Comments
 (0)