UI: Rename Asset Browser "All" to "All Libraries"
All checks were successful
buildbot/vdev-code-daily-linux-x86_64 Build done.
buildbot/vdev-code-daily-lint Build done.
buildbot/vdev-code-daily-darwin-x86_64 Build done.
buildbot/vdev-code-daily-windows-amd64 Build done.
buildbot/vdev-code-daily-darwin-arm64 Build done.
buildbot/vdev-code-daily-coordinator Build done.

To avoid having two "All" (libraries, and catalogs) entries close
together. Tell libraries apart by renaming "All" to "All Libraries".

Pull Request: #125714
This commit is contained in:
Pablo Vazquez 2024-08-29 12:28:07 +02:00 committed by Pablo Vazquez
parent 66adedbd78
commit b885562ba7

View File

@ -20,7 +20,11 @@
#include "rna_internal.hh"
const EnumPropertyItem rna_enum_asset_library_type_items[] = {
{ASSET_LIBRARY_ALL, "ALL", 0, "All", "Show assets from all of the listed asset libraries"},
{ASSET_LIBRARY_ALL,
"ALL",
0,
"All Libraries",
"Show assets from all of the listed asset libraries"},
{ASSET_LIBRARY_LOCAL,
"LOCAL",
0,