Salome HOME
Add/update translations
[modules/visu.git] / src / VISUGUI / VisuGUI_CutSegmentDlg.cxx
index 6da1da325158bd30c1689e56b5572db3a73bedd5..b35d0287d87182143a47a7ee6e5104e788c7fb14 100644 (file)
@@ -67,7 +67,7 @@ VisuGUI_CutSegmentDlg::VisuGUI_CutSegmentDlg (SalomeApp_Module* theModule)
     myPreviewActorGlyphs(0),
     myPreviewActorPoints(0)
 {
-  setWindowTitle("Cut Segment Definition");
+  setWindowTitle(tr("Cut Segment Definition"));
   setSizeGripEnabled(true);
 
   QVBoxLayout* aMainLayout = new QVBoxLayout (this);
@@ -159,8 +159,8 @@ VisuGUI_CutSegmentDlg::VisuGUI_CutSegmentDlg (SalomeApp_Module* theModule)
   myTabBox->addTab( aCutSegmentPane, tr("LBL_CUT_SEGMENT") );
 
   myInputPane = new VisuGUI_InputPane(VISU::TCUTSEGMENT, theModule, this);
-  myTabBox->addTab(GetScalarPane(), "Scalar Bar");
-  myTabBox->addTab(myInputPane, "Input");
+  myTabBox->addTab(GetScalarPane(), tr("Scalar Bar"));
+  myTabBox->addTab(myInputPane, tr("Input"));
 
   aMainLayout->addWidget(myTabBox);