UI: Changed the UI text from "Click Drag" to "Drag"

Address change proposed in #131899.

Ref !131985
This commit is contained in:
Yahia
2024-12-16 19:30:31 +01:00
committed by Campbell Barton
parent 6cd1c5c031
commit a37157f12b

View File

@@ -480,7 +480,7 @@ const EnumPropertyItem rna_enum_event_value_items[] = {
{KM_RELEASE, "RELEASE", 0, "Release", ""},
{KM_CLICK, "CLICK", 0, "Click", ""},
{KM_DBL_CLICK, "DOUBLE_CLICK", 0, "Double Click", ""},
{KM_CLICK_DRAG, "CLICK_DRAG", 0, "Click Drag", ""},
{KM_CLICK_DRAG, "CLICK_DRAG", 0, "Drag", ""},
/* Used for NDOF and trackpad events. */
{KM_NOTHING, "NOTHING", 0, "Nothing", ""},
{0, nullptr, 0, nullptr, nullptr},