diff options
| author | Rémi Verschelde | 2017-04-10 19:40:08 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-04-10 19:40:08 +0200 |
| commit | c449df86f7007176cc55faab611297e67b054328 (patch) | |
| tree | f7722c7e3a844a6c8ca5612aeb997a33dbbcd3d8 /editor/editor_node.cpp | |
| parent | 45bf6d9f20ccab230b5983efeb165559737272a3 (diff) | |
| download | godot-c449df86f7007176cc55faab611297e67b054328.tar.gz godot-c449df86f7007176cc55faab611297e67b054328.tar.zst godot-c449df86f7007176cc55faab611297e67b054328.zip | |
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 539858ae8..ec1c4a499 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -5513,7 +5513,7 @@ EditorNode::EditorNode() { p = tool_menu->get_popup(); p->connect("item_pressed", this, "_menu_option"); p->add_item(TTR("Orphan Resource Explorer"), TOOLS_ORPHAN_RESOURCES); - p->add_item(TTR("Export to Godot 3.0"), TOOLS_EXPORT_GODOT3); + p->add_item(TTR("Export to Godot 3.0 (WIP)"), TOOLS_EXPORT_GODOT3); export_button = memnew(ToolButton); export_button->set_tooltip(TTR("Export the project to many platforms.")); |
