aboutsummaryrefslogtreecommitdiff
path: root/editor/property_editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/property_editor.cpp')
-rw-r--r--editor/property_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/property_editor.cpp b/editor/property_editor.cpp
index d5d0de537..f175e4c8e 100644
--- a/editor/property_editor.cpp
+++ b/editor/property_editor.cpp
@@ -1125,7 +1125,7 @@ void CustomPropertyEditor::_node_path_selected(NodePath p_path) {
Node *to_node = get_node(p_path);
if (!Object::cast_to<Viewport>(to_node)) {
- EditorNode::get_singleton()->show_warning("Selected node is not a Viewport!");
+ EditorNode::get_singleton()->show_warning(TTR("Selected node is not a Viewport!"));
return;
}