From e1f69437a6b63da2aa4710c0f921cd4c7636632b Mon Sep 17 00:00:00 2001 From: vsv Date: Fri, 28 Sep 2018 13:41:00 +0300 Subject: [PATCH] Issue #2663: Correct misprint --- src/SHAPERGUI/SHAPERGUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SHAPERGUI/SHAPERGUI.cpp b/src/SHAPERGUI/SHAPERGUI.cpp index 25ec9a918..50ca7585f 100644 --- a/src/SHAPERGUI/SHAPERGUI.cpp +++ b/src/SHAPERGUI/SHAPERGUI.cpp @@ -163,7 +163,7 @@ void SHAPERGUI::initialize(CAM_Application* theApp) myWhatIsAction->setData("INSPECTION_CMD"); createMenu(aId, aSubMenu, 0); - int aTool = createTool("INSPWCTION_TOOL", "INSPWCTION_TOOL"); + int aTool = createTool(tr("Inspection tool")); int aToolId = createTool(myWhatIsAction, aTool); } -- 2.39.2