1
1

Fix non-capitalized UI message.

This commit is contained in:
2021-10-25 14:41:47 +02:00
parent cdcca917cf
commit bd7f1c5cce

View File

@@ -554,7 +554,7 @@ static bool asset_catalog_redo_poll(bContext *C)
static void ASSET_OT_catalog_redo(struct wmOperatorType *ot)
{
/* identifiers */
ot->name = "redo Catalog Edits";
ot->name = "Redo Catalog Edits";
ot->description = "Redo the last undone edit to the asset catalogs";
ot->idname = "ASSET_OT_catalog_redo";