diff options
author | supaiku <supaiku@protonmail.com> | 2017-04-06 17:35:08 +0200 |
---|---|---|
committer | supaiku <supaiku@protonmail.com> | 2017-04-06 17:35:08 +0200 |
commit | d51fe99a8b6daa3ec6495a5b3e27b63d752c3783 (patch) | |
tree | 89635735fd5c67081dbc46932d82a26f777094f6 /editor/editor_node.cpp | |
parent | 0ede0302ba15b672b4dc50d04f9eb737ff3b3dc3 (diff) |
Fix highlight typo
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r-- | editor/editor_node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 5b5f500178..03a241855b 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -1088,7 +1088,7 @@ void EditorNode::_dialog_action(String p_file) { GlobalConfig::get_singleton()->set("application/main_scene", p_file); GlobalConfig::get_singleton()->save(); - //would be nice to show the project manager opened with the hilighted field.. + //would be nice to show the project manager opened with the highlighted field.. } break; case FILE_SAVE_OPTIMIZED: { |