diff --git a/editor/dependency_editor.cpp b/editor/dependency_editor.cpp index a2a1b69fd98..41fc9a14d1c 100644 --- a/editor/dependency_editor.cpp +++ b/editor/dependency_editor.cpp @@ -331,7 +331,7 @@ void DependencyEditorOwners::show(const String &p_path) { _fill_owners(EditorFileSystem::get_singleton()->get_filesystem()); popup_centered_ratio(); - set_title(TTR("Owners Of:") + " " + p_path.get_file()); + set_title(vformat(TTR("Owners of: %s (Total: %d)"), p_path.get_file(), owners->get_item_count())); } DependencyEditorOwners::DependencyEditorOwners(EditorNode *p_editor) {