diff --git a/src/GEOMGUI/GEOM_msg_fr.ts b/src/GEOMGUI/GEOM_msg_fr.ts
index 2abd8fad4..b4be2f445 100644
--- a/src/GEOMGUI/GEOM_msg_fr.ts
+++ b/src/GEOMGUI/GEOM_msg_fr.ts
@@ -3536,7 +3536,7 @@ Choisissez une face, une coque ou un solide et essayez de nouveau
STB_POP_MATERIAL_PROPERTIES
- Définir un propriétés des matériaux
+ Définir les propriétés du matériauSUPPRESS_RESULT
@@ -5224,11 +5224,11 @@ Voulez-vous continuer?
GEOMToolsGUI_MaterialPropertiesDlgMATERIAL_PROPERTIES_TLT
- Color and Material Properties
+ Couleur et propriétés des matériauxREFLECTION_0
- Ambient
+ AmbianteREFLECTION_1
@@ -5236,7 +5236,7 @@ Voulez-vous continuer?
REFLECTION_2
- Specular
+ SpéculaireREFLECTION_3
@@ -5244,48 +5244,48 @@ Voulez-vous continuer?
ENABLED
- Enabled
+ ActivéeSHININESS
- Shininess:
+ Brillance:PHYSICAL
- Physical
+ Couleur imposéeADD_MATERIAL
- Add material
+ Ajouter un matériauDELETE_MATERIAL
- Remove material
+ Supprimer un matériauRENAME_MATERIAL
- Rename material
+ Renommer un matériauCURRENT_MATERIAL
- [ Current ]
+ [ En cours ]CURRENT_COLOR
- Color
+ CouleurCUSTOM_MATERIAL
- Custom material
+ matériau personnaliséQUE_CREATE_NEW_MATERIAL
- Changing properties of pre-defined material is not allowed.
-Do you want to create new material?
+ Il n'est pas possible de changer les propriétés d'un matériau pré-défini.
+Voulez-vous en créer un nouveau ?QUE_REMOVE_MATERIAL
- Remove material %1?
+ Supprimer le matériau %1?OK_BTN
diff --git a/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx b/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx
index 63ab5af82..eea571c5f 100644
--- a/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx
+++ b/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx
@@ -180,7 +180,7 @@ GEOMToolsGUI_MaterialPropertiesDlg::GEOMToolsGUI_MaterialPropertiesDlg( QWidget*
propLayout->addWidget( myColorLab, 0, 0 );
propLayout->addWidget( myColor, 0, 1 );
propLayout->addWidget( line1, 1, 0, 1, 4 );
- propLayout->addWidget( myPhysical, 2, 0 );
+ propLayout->addWidget( myPhysical, 2, 0, 1, 2 );
for ( int i = Material_Model::Ambient; i <= Material_Model::Emissive; i++ ) {
propLayout->addWidget( myReflection[i].label, i+3, 0 );
propLayout->addWidget( myReflection[i].color, i+3, 1 );