From 0adb13c5e855ac41b611701fc9600925b224e3c9 Mon Sep 17 00:00:00 2001 From: ruevs Date: Sun, 17 Jan 2021 20:07:41 +0200 Subject: [PATCH] Change "Dim Solid for Sketch Groups" to "Darken Inactive Solids" Discussion here: https://github.com/solvespace/solvespace/issues/890 --- src/graphicswin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphicswin.cpp b/src/graphicswin.cpp index d368c32..32b4b08 100644 --- a/src/graphicswin.cpp +++ b/src/graphicswin.cpp @@ -92,7 +92,7 @@ const MenuEntry Menu[] = { { 1, N_("&Center View At Point"), Command::CENTER_VIEW, F|4, KN, mView }, { 1, NULL, Command::NONE, 0, KN, NULL }, { 1, N_("Show Snap &Grid"), Command::SHOW_GRID, '>', KC, mView }, -{ 1, N_("Dim Solid for Sketch Groups"), Command::DIM_SOLID_MODEL, 0, KC, mView }, +{ 1, N_("Darken Inactive Solids"), Command::DIM_SOLID_MODEL, 0, KC, mView }, { 1, N_("Use &Perspective Projection"), Command::PERSPECTIVE_PROJ, '`', KC, mView }, { 1, N_("Dimension &Units"), Command::NONE, 0, KN, NULL }, { 2, N_("Dimensions in &Millimeters"), Command::UNITS_MM, 0, KR, mView },