UI: Change UI Name of Outliner "Orphan Data" mode to "Unused Data" #118758

Merged
Harley Acheson merged 1 commits from Harley/blender:OrphanModeName into main 2024-02-27 20:21:09 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -3786,8 +3786,8 @@ static void rna_def_space_outliner(BlenderRNA *brna)
{SO_ID_ORPHANS,
"ORPHAN_DATA",
ICON_ORPHAN_DATA,
"Orphan Data",
"Display data-blocks which are unused and/or will be lost when the file is reloaded"},
"Unused Data",
"Display data that is unused and/or will be lost when the file is reloaded"},
{0, nullptr, 0, nullptr, nullptr},
};