Cleanup: rename color band to color ramp

This commit is contained in:
2019-03-18 18:20:44 +11:00
parent b749e43cd3
commit 1d1e06b376
7 changed files with 21 additions and 21 deletions

View File

@@ -2411,7 +2411,7 @@ static uiBlock *colorband_tools_func(
IFACE_("Distribute Stops Evenly"), 0, yco -= UI_UNIT_Y, menuwidth, UI_UNIT_Y,
NULL, 0.0, 0.0, 0, CB_FUNC_DISTRIBUTE_EVENLY, "");
uiItemO(layout, IFACE_("Eyedropper"), ICON_EYEDROPPER, "UI_OT_eyedropper_colorband");
uiItemO(layout, IFACE_("Eyedropper"), ICON_EYEDROPPER, "UI_OT_eyedropper_colorramp");
uiDefIconTextBut(
block, UI_BTYPE_BUT_MENU, 1, ICON_BLANK1, IFACE_("Reset Color Ramp"),