Skip to content

Commit

Permalink
Update "How to Use" menu link
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanGrahn committed Feb 21, 2024
1 parent 754530f commit 809198f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/localization_editor_plugin_g3/Dock.gd
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func _on_EditMenu_id_pressed(id:int) -> void:
func _on_HelpMenu_id_pressed(id:int) -> void:
match id:
1:
OS.shell_open("https://ko-fi.com/Post/How-to-use-Localization-Editor-V7V7GF7GH")
OS.shell_open("https://github.com/EthanGrahn/godot-localization-editor?tab=readme-ov-file#usage-guide")
2:
# credits
get_node("%WindowDialogCredits").popup_centered()
Expand Down

0 comments on commit 809198f

Please sign in to comment.