From e2a9225e593fca63a18b4accaf59056aed4132ca Mon Sep 17 00:00:00 2001 From: mmiscool Date: Sat, 17 Dec 2016 15:13:23 -0500 Subject: [PATCH] Changed edit button to say "Edit Sketch" --- web/app/3d/actions/core-actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/3d/actions/core-actions.js b/web/app/3d/actions/core-actions.js index 5b549345..11b27848 100644 --- a/web/app/3d/actions/core-actions.js +++ b/web/app/3d/actions/core-actions.js @@ -2,7 +2,7 @@ import * as ActionHelpers from './action-helpers' export const EditFace = { cssIcons: ['file-picture-o'], - label: 'edit', + label: 'edit sketch', icon96: 'img/3d/face-edit96.png', info: 'open sketcher for a face/plane', listens: ['selection'],