msgid "VisuGUI::MEN_CUT_PLANES"
msgstr "Cut Planes"
-msgid "VisuGUI::MEN_DISPLAY"
-msgstr "Display"
+msgid "VisuGUI::MEN_SHOW"
+msgstr "Show"
msgid "VisuGUI::MEN_DISPLAY_ONLY"
msgstr "Display Only"
msgid "VisuGUI::MEN_EDIT_PRS"
msgstr "Edit..."
-msgid "VisuGUI::MEN_ERASE"
-msgstr "Erase"
+msgid "VisuGUI::MEN_HIDE"
+msgstr "Hide"
msgid "VisuGUI::MEN_EXPORT_TABLE"
msgstr "Export Table"
tr("MEN_FREE_SCALAR_BARS"), "", 0, aParent, false,
this, SLOT(OnFreeScalarBars()));
- createAction( VISU_ERASE, tr("MEN_ERASE"), QIconSet(),
- tr("MEN_ERASE"), "", 0, aParent, false,
+ createAction( VISU_ERASE, tr("MEN_HIDE"), QIconSet(),
+ tr("MEN_HIDE"), "", 0, aParent, false,
this, SLOT(OnErasePrs()));
- createAction( VISU_DISPLAY, tr("MEN_DISPLAY"), QIconSet(),
- tr("MEN_DISPLAY"), "", 0, aParent, false,
+ createAction( VISU_DISPLAY, tr("MEN_SHOW"), QIconSet(),
+ tr("MEN_SHOW"), "", 0, aParent, false,
this, SLOT(OnDisplayPrs()));
createAction( VISU_DISPLAY_ONLY, tr("MEN_DISPLAY_ONLY"), QIconSet(),
aRule = "(selcount>0 and type='VISU::TGAUSSPOINTS')";
- createAction( GAUSS_ERASE_PRS, VisuGUI::tr("MEN_ERASE"), QIconSet(),
- VisuGUI::tr("MEN_ERASE"), "", 0, this, false,
+ createAction( GAUSS_ERASE_PRS, VisuGUI::tr("MEN_HIDE"), QIconSet(),
+ VisuGUI::tr("MEN_HIDE"), "", 0, this, false,
this, SLOT(OnErasePrs()));
mgr->insert( action( GAUSS_ERASE_PRS ), -1, -1, -1 ); // erase
mgr->setRule( action( GAUSS_ERASE_PRS ),
aRule + " and ({true} in $canBeDisplayed) and (isVisible=true)", true );
- createAction( GAUSS_DISPLAY_PRS, VisuGUI::tr("MEN_DISPLAY"), QIconSet(),
- VisuGUI::tr("MEN_DISPLAY"), "", 0, this, false,
+ createAction( GAUSS_DISPLAY_PRS, VisuGUI::tr("MEN_SHOW"), QIconSet(),
+ VisuGUI::tr("MEN_SHOW"), "", 0, this, false,
this, SLOT(OnDisplayPrs()));
mgr->insert( action( GAUSS_DISPLAY_PRS ), -1, -1, -1 ); // display
mgr->setRule( action( GAUSS_DISPLAY_PRS ),