You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Improve title of DependencyEditorOwners
(cherry picked from commit 847eee71df)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user