UI: Cleanup and fix labels and descriptions in various places

Changes include using proper and consistent grammar, simplifying
phrasing, using correct terminology, and not including python API
identifiers in tooltips.

Differential Revision: https://developer.blender.org/D9924
This commit is contained in:
Yevgeny Makarov
2021-02-24 13:25:44 -06:00
committed by Hans Goudey
parent 9a1b29e16c
commit 4f247dba5e
19 changed files with 41 additions and 40 deletions

View File

@@ -3010,7 +3010,7 @@ static void WM_OT_radial_control(wmOperatorType *ot)
{
ot->name = "Radial Control";
ot->idname = "WM_OT_radial_control";
ot->description = "Set some size property (like e.g. brush size) with mouse wheel";
ot->description = "Set some size property (e.g. brush size) with mouse wheel";
ot->invoke = radial_control_invoke;
ot->modal = radial_control_modal;