Assets: Rename "Mark Asset" operator to "Mark as Asset"

This naming change was agreed on during the asset workshop. See
https://code.blender.org/2021/06/asset-browser-workshop-outcomes/#terms-definitions.
This commit is contained in:
Julian Eisel 2021-07-30 20:18:22 +02:00
parent 96fb21f3af
commit 4dbf4eb100
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ static int asset_mark_exec(bContext *C, wmOperator *op)
static void ASSET_OT_mark(wmOperatorType *ot)
{
ot->name = "Mark Asset";
ot->name = "Mark as Asset";
ot->description =
"Enable easier reuse of selected data-blocks through the Asset Browser, with the help of "
"customizable metadata (like previews, descriptions and tags)";