Salome HOME
Import/Export >> some minor corrections
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportLandcoverOp.cxx
index 5151349cb6d608d0cdc1fbd428b8f9154069add2..e706338369a359f30ec3216061c8e4f45eec51cf 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 ) );