Salome HOME
Copyright update 2020
[modules/shaper.git] / src / XGUI / XGUI_ContextMenuMgr.cpp
index fe220b6578c83044f9938a0b15e9f4329e7be525..7e99ec5ee894d4102344ff9f2fb281ab38034512 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -144,7 +144,7 @@ void XGUI_ContextMenuMgr::createActions()
                                            aDesktop);
   addAction("ISOLINES_CMD", aAction);
 
-  aAction = ModuleBase_Tools::createAction(QIcon(), tr("Show Isos..."), aDesktop);
+  aAction = ModuleBase_Tools::createAction(QIcon(), tr("Show Isos"), aDesktop);
   aAction->setCheckable(true);
   addAction("SHOW_ISOLINES_CMD", aAction);