[Bf-blender-cvs] [bd7f1c5cce0] master: Fix non-capitalized UI message.

Bastien Montagne noreply at git.blender.org
Mon Oct 25 14:42:01 CEST 2021


Commit: bd7f1c5cce09fefbeb11bfa729dbe86dd4021c97
Author: Bastien Montagne
Date:   Mon Oct 25 14:41:47 2021 +0200
Branches: master
https://developer.blender.org/rBbd7f1c5cce09fefbeb11bfa729dbe86dd4021c97

Fix non-capitalized UI message.

===================================================================

M	source/blender/editors/asset/intern/asset_ops.cc

===================================================================

diff --git a/source/blender/editors/asset/intern/asset_ops.cc b/source/blender/editors/asset/intern/asset_ops.cc
index e2ae3b3893b..158e877ed7d 100644
--- a/source/blender/editors/asset/intern/asset_ops.cc
+++ b/source/blender/editors/asset/intern/asset_ops.cc
@@ -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";



More information about the Bf-blender-cvs mailing list