UI: Add/Improve a few tooltips

See T51061
This commit is contained in:
2017-04-13 18:07:10 -04:00
parent 3906e5939a
commit ac880b67c3
4 changed files with 4 additions and 3 deletions

View File

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