Salome HOME
Add/update translations
[modules/visu.git] / src / VISUGUI / VisuGUI_IsoSurfacesDlg.cxx
index 1039c7cc8b51d0a7e092c16e912bb91f9bb0c59a..7eab9706192a02528d6451efd08f7a1bb0c73d07 100644 (file)
@@ -101,7 +101,7 @@ VisuGUI_IsoSurfPane::VisuGUI_IsoSurfPane (QWidget* parent,
   MaxIso->setMinimumSize( 70, 0 );
   LabelMax->setBuddy( MaxIso );
 
-  QPushButton* aUpdateBtn = new QPushButton( "Update scalar bar range with these values", aRangeBox );
+  QPushButton* aUpdateBtn = new QPushButton( tr("Update scalar bar range with these values"), aRangeBox );
   aUpdateBtn->setEnabled( false );
   connect( aUpdateBtn, SIGNAL( clicked() ), this, SLOT(onCBUpdate() ) );
   connect( aUseCustomRange, SIGNAL( toggled( bool ) ), aUpdateBtn, SLOT( setEnabled( bool ) ) );
@@ -265,10 +265,10 @@ VisuGUI_IsoSurfacesDlg::VisuGUI_IsoSurfacesDlg (SalomeApp_Module* theModule)
   myIsoPane = new  VisuGUI_IsoSurfPane(this, GetScalarPane());
   if ( myIsoPane->layout() )
     myIsoPane->layout()->setMargin( 5 );
-  myTabBox->addTab(myIsoPane, "Iso Surface");
+  myTabBox->addTab(myIsoPane, tr("Iso Surface"));
   myInputPane = new VisuGUI_InputPane(VISU::TISOSURFACES, theModule, this);
-  myTabBox->addTab(GetScalarPane(), "Scalar Bar");
-  myTabBox->addTab(myInputPane, "Input");
+  myTabBox->addTab(GetScalarPane(), tr("Scalar Bar"));
+  myTabBox->addTab(myInputPane, tr("Input"));
 
   TopLayout->addWidget(myTabBox);