Salome HOME
patch for correct compilation after merge
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportLandCoverOp.cxx
index b614ea8312a3164b39c613966bdc8025aaf5590e..d072688c30e53b983e8fee7cd6092135c181de2c 100644 (file)
@@ -320,7 +320,7 @@ void HYDROGUI_ImportLandCoverOp::onFileSelected()
       }
     }
     else
-      SUIT_MessageBox::warning( module()->getApp()->desktop(), "Import Land cover", "Cannot land cover;\nThe shape type is not polygon" );
+      SUIT_MessageBox::warning( module()->getApp()->desktop(), tr( "IMPORT_LANDCOVER" ), "Cannot import land cover;\nThe shape type is not polygon" );
     QApplication::restoreOverrideCursor();
 
     Handle(HYDROData_LandCover) aLC = Handle(HYDROData_LandCover)::DownCast( doc()->CreateObject( KIND_LAND_COVER ) );