diff options
Diffstat (limited to 'demos/gui/translation/main.gd')
-rw-r--r-- | demos/gui/translation/main.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gui/translation/main.gd b/demos/gui/translation/main.gd index 9b188cd588..c3e788f82b 100644 --- a/demos/gui/translation/main.gd +++ b/demos/gui/translation/main.gd @@ -10,7 +10,7 @@ func _goto_scene(): func _on_system_pressed(): - # will autodetect based on system, then fall back + # Will autodetect based on system, then fall back # to english if not found _goto_scene() |