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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user