<li>\b Add button adds to the list a group of elements selected in the
viewer with pressed "Shift" key.</li>
<li><b>Select all</b> checkbox selects all groups.</li>
+<li><b>Show double elements IDs</b> checkbox shows/hides identifiers of
+elements in the 3D viewer.</li>
</ul></li>
<li><b>Edit selected group</b> list allows editing the selected group:
<br><br>
<li>\b Add button adds to the list a group of nodes selected in the
viewer with pressed "Shift" key.</li>
<li><b>Select all</b> checkbox selects all groups.</li>
+<li><b>Show double nodes IDs</b> checkbox shows/hides identifiers of
+nodes in the 3D viewer.</li>
</ul>
<br>
RemoveGroupButton = new QPushButton(tr("SMESH_BUT_REMOVE"), GroupCoincidentWidget);
SelectAllCB = new QCheckBox(tr("SELECT_ALL"), GroupCoincidentWidget);
- ShowIDs = new QCheckBox(tr("SHOW_IDS"), GroupCoincidentWidget);
+ ShowIDs = new QCheckBox(myAction == 1 ? tr("SHOW_ELEMS_IDS") : tr("SHOW_NODES_IDS"), GroupCoincidentWidget);
GroupCoincidentLayout->addWidget(ListCoincident, 0, 0, 4, 2);
GroupCoincidentLayout->addWidget(DetectButton, 0, 2);
<translation>Select all</translation>
</message>
<message>
- <source>SHOW_IDS</source>
+ <source>SHOW_NODES_IDS</source>
<translation>Show double nodes IDs</translation>
</message>
+ <message>
+ <source>SHOW_ELEMS_IDS</source>
+ <translation>Show double elements IDs</translation>
+ </message>
<message>
<source>EXCLUDE_GROUPS</source>
<translation>Exclude Groups</translation>
<translation>Tout sélectionner</translation>
</message>
<message>
- <source>SHOW_IDS</source>
+ <source>SHOW_NODES_IDS</source>
<translation type="unfinished">Show double nodes IDs</translation>
</message>
+ <message>
+ <source>SHOW_ELEMS_IDS</source>
+ <translation type="unfinished">Show double elements IDs</translation>
+ </message>
<message>
<source>EXCLUDE_GROUPS</source>
<translation>Exclure les groupes</translation>