summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r--editor/editor_node.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index 66fd2cf904..770bf5726d 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -6557,6 +6557,8 @@ EditorNode::EditorNode() {
DEV_ASSERT(!singleton);
singleton = this;
+ set_translation_domain("godot.editor");
+
Resource::_get_local_scene_func = _resource_get_edited_scene;
{