: LightApp_Dialog( parent == 0 ? desktop() : parent, "", modal, allowResize, flags )
{
int pr = prefix( "SMESH" );
- typeName( pr + SMESH::MESH ) = tr( "DLG_MESH" );
+ typeName( pr + SMESH::MESH ) = tr( "DLG_MESH" );
typeName( pr + SMESH::HYPOTHESIS ) = tr( "DLG_HYPO" );
- typeName( pr + SMESH::ALGORITHM ) = tr( "DLG_ALGO" );
+ typeName( pr + SMESH::ALGORITHM ) = tr( "DLG_ALGO" );
+ typeName( prefix( "GEOM" ) ) = tr( "DLG_GEOM" );
setButtonText(1, tr("SMESH_BUT_APPLY_AND_CLOSE")); //rename OK to Apply and Close
if ( flags & Close )
setButtonPosition( Right, Close );
<name>SMESHGUI_Dialog</name>
<message>
<source>DLG_MESH</source>
- <translation>meshes</translation>
+ <translation>mesh(s)</translation>
</message>
<message>
<source>DLG_HYPO</source>
- <translation>hypotheses</translation>
+ <translation>hypothesis(s)</translation>
</message>
<message>
<source>DLG_ALGO</source>
- <translation>algorithms</translation>
+ <translation>algorithm(s)</translation>
+ </message>
+ <message>
+ <source>DLG_GEOM</source>
+ <translation>object(s)</translation>
</message>
</context>
<context>