Salome HOME
Correct the scalar bar title for the volume control.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI.cxx
index 4b966ce5981016e3d65165797a20a3bca284a2d6..c8a76665754cdcd87240d1224b5ff9535d1ad0af 100644 (file)
@@ -584,7 +584,7 @@ namespace{
            aControl = SMESH_Actor::eSkew;
            break;
          case 6009:
-           aTitle = QObject::tr( "VOLUME_3D_ELEMENTS" );
+           aTitle = QObject::tr( "SMESH_VOLUME" );
            aControl = SMESH_Actor::eVolume3D;
            break;
          }