diff options
| author | supaiku | 2017-04-06 17:35:08 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-05-26 17:43:18 +0200 |
| commit | fda4911b6e56afc871a23d6dff714327b6dd189d (patch) | |
| tree | 2dfadb029dce322c4d04561097c4adafa88dbc8f /editor/editor_node.cpp | |
| parent | a46dcfe12f7bea0d628a6017056af1d600a97935 (diff) | |
| download | godot-fda4911b6e56afc871a23d6dff714327b6dd189d.tar.gz godot-fda4911b6e56afc871a23d6dff714327b6dd189d.tar.zst godot-fda4911b6e56afc871a23d6dff714327b6dd189d.zip | |
Fix highlight typo
(cherry picked from commit d51fe99a8b6daa3ec6495a5b3e27b63d752c3783)
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 1dccf7065..4fad9d5ea 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -1120,7 +1120,7 @@ void EditorNode::_dialog_action(String p_file) { Globals::get_singleton()->set("application/main_scene", p_file); Globals::get_singleton()->set_persisting("application/main_scene", true); Globals::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: { |
