UI: Add/Improve a few tooltips
See T51061
This commit is contained in:
@@ -611,7 +611,7 @@ void WORLD_OT_new(wmOperatorType *ot)
|
||||
/* identifiers */
|
||||
ot->name = "New World";
|
||||
ot->idname = "WORLD_OT_new";
|
||||
ot->description = "Add a new world";
|
||||
ot->description = "Create a new world Data-Block";
|
||||
|
||||
/* api callbacks */
|
||||
ot->exec = new_world_exec;
|
||||
|
||||
Reference in New Issue
Block a user