Salome HOME
Issues #2027: trim on cirlce(arc will be created). Result of selected will clear...
[modules/shaper.git] / src / SamplePanelPlugin / SamplePanelPlugin_Panel.cpp
index 36225355fb521aa5f9cf945bfd07d23b23653ccb..d25add5b972feeebc3e610d2fc338d259ba9626f 100755 (executable)
@@ -20,7 +20,7 @@ SamplePanelPlugin_Panel::SamplePanelPlugin_Panel(QWidget* theParent)
 : QWidget(theParent), myDefaultValue(0)
 {
   QGridLayout* aLayout = new QGridLayout(this);
-  aLayout->addWidget(new QLabel("Values:"), 0, 0);
+  aLayout->addWidget(new QLabel(tr("Values:")), 0, 0);
 
   myComboBox = new QComboBox(this);
   myComboBox->addItem("Value_1");