diff options
author | Bonfi96 <bonfi.96@hotmail.it> | 2016-06-28 12:00:18 +0200 |
---|---|---|
committer | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-06-28 12:00:18 +0200 |
commit | e4eb025bfe86df44fed54f93babaa9b193991336 (patch) | |
tree | 82ba04aedd259f2b2bfb3f7e44215da83e0abf5a /tools | |
parent | 2598fe5f8dcedf78ec990282323d5298683f3278 (diff) |
i18n: Corrected a typo (#5460)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/editor/editor_node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index bffae61c8d..58da0e8478 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -2816,7 +2816,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) { if (scene) { file->set_current_path(scene->get_filename()); }; - file->set_title(TTR("Pick a Manu Scene")); + file->set_title(TTR("Pick a Main Scene")); file->popup_centered_ratio(); } break; |