Salome HOME
Update/add translations
[modules/visu.git] / src / VISUGUI / VisuGUI_ScalarBarDlg.cxx
index 14911775dff6201a6885aa07c0e600e178614ee2..07e8be346ca219a7b7c227ab7bea11083da80a74 100644 (file)
@@ -80,8 +80,8 @@ VisuGUI_ScalarBarDlg::VisuGUI_ScalarBarDlg (SalomeApp_Module* theModule)
 
   myTabBox = new QTabWidget(this);
   myInputPane = new VisuGUI_InputPane(VISU::TSCALARMAP, theModule, this);
-  myTabBox->addTab(GetScalarPane(), "Scalar Bar");
-  myTabBox->addTab(myInputPane, "Input");
+  myTabBox->addTab(GetScalarPane(), tr("SCALAR_BAR_TAB"));
+  myTabBox->addTab(myInputPane, tr("INPUT_TAB"));
 
   TopLayout->addWidget(myTabBox);