summaryrefslogtreecommitdiff
path: root/demos/gui/translation
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2015-11-21 13:31:25 +0100
committerRémi Verschelde <rverschelde@gmail.com>2015-12-09 08:39:12 +0100
commit8c4f19e79d3e8ac8bc8c283073dce5ccfbf222b5 (patch)
treec1124b6d4957389006024d1e1baa5de56e207fec /demos/gui/translation
parent8639cecf4cedd56452b47503be19c44b304cd02f (diff)
Use upper-cased first letter at the start of comment sentences
Diffstat (limited to 'demos/gui/translation')
-rw-r--r--demos/gui/translation/main.gd2
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()