mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 04:10:34 +05:00
Changed "Display settings" to "Properties"
This commit is contained in:
parent
009081b70f
commit
08a6d91f97
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
|
||||
\page colors_size_page Display settings
|
||||
\page colors_size_page Properties
|
||||
|
||||
\image html colors_size.png
|
||||
|
||||
|
@ -33,7 +33,7 @@ The following limitations on the use of variables still exist:
|
||||
values (indices of nodes) are correctly applied, but they are not restored
|
||||
after "Update study" operation.
|
||||
<li> \ref clipping_page "Clipping" dialog box.
|
||||
<li> <b>Display settings</b> dialog box.
|
||||
<li> <b>Properties</b> dialog box.
|
||||
</ul>
|
||||
|
||||
Our <b>TUI Scripts</b> provide you with useful examples of
|
||||
|
@ -40,7 +40,7 @@ of quadratic edges as broken <b>lines</b> or as <b>arcs</b></li>
|
||||
faces of the selected mesh. The orientation vector is shown for each 2D mesh element
|
||||
and for each free face of a 3D mesh element. the vector direction is calculated by
|
||||
the first three nodes of the face produced by vectors n1-n2 and n1-n3.</li>
|
||||
<li>\subpage colors_size_page "Display settings" - allows to define several display settings, including color of elements, shrink size, ....</li>
|
||||
<li>\subpage colors_size_page "Properties" - allows to define several properties, including color of elements, shrink size, ....</li>
|
||||
<li>\subpage transparency_page "Transparency" - allows to change the
|
||||
transparency of mesh elements.</li>
|
||||
<li>\ref quality_page "Controls" - graphically
|
||||
|
@ -66,7 +66,7 @@ SMESHGUI_Preferences_ColorDlg::SMESHGUI_Preferences_ColorDlg( SMESHGUI* theModul
|
||||
mySMESHGUI( theModule )
|
||||
{
|
||||
setModal( true );
|
||||
setWindowTitle( tr( "Display settings (color, line width, shrink size, ...)" ) );
|
||||
setWindowTitle( tr( "Properties (color, line width, shrink size, ...)" ) );
|
||||
setSizeGripEnabled( true );
|
||||
|
||||
// -------------------------------
|
||||
|
@ -205,7 +205,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>MEN_COLORS</source>
|
||||
<translation>Display settings</translation>
|
||||
<translation>Properties</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MEN_COMPUTE</source>
|
||||
@ -2497,7 +2497,7 @@ Please check preferences of Mesh module.
|
||||
</message>
|
||||
<message>
|
||||
<source>STB_COLORS</source>
|
||||
<translation>Display settings</translation>
|
||||
<translation>Properties</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>STB_COMPUTE</source>
|
||||
@ -3057,7 +3057,7 @@ Please check preferences of Mesh module.
|
||||
</message>
|
||||
<message>
|
||||
<source>TOP_COLORS</source>
|
||||
<translation>Display settings</translation>
|
||||
<translation>Properties</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>TOP_COMPUTE</source>
|
||||
|
@ -928,8 +928,8 @@
|
||||
<translation>Eclater en tétraèdres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Display settings (color, line width, shrink size, ...)</source>
|
||||
<translation>Paramètres d'affichage (couleur, épaisseur des traits, taille des éléments réduits, ...)</translation>
|
||||
<source>Properties (color, line width, shrink size, ...)</source>
|
||||
<translation>Propriétés (couleur, épaisseur des traits, taille des éléments réduits, ...)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Elements</source>
|
||||
|
Loading…
Reference in New Issue
Block a user