Fix non-capitalized UI message.

This commit is contained in:
Bastien Montagne 2021-10-25 14:41:47 +02:00
parent cdcca917cf
commit bd7f1c5cce
1 changed files with 1 additions and 1 deletions

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";