]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix issue "edit..."
authorJérôme <jerome.lucas@cesgenslab.fr>
Fri, 6 Nov 2020 15:27:46 +0000 (16:27 +0100)
committerJérôme <jerome.lucas@cesgenslab.fr>
Fri, 6 Nov 2020 15:27:46 +0000 (16:27 +0100)
src/ExchangePlugin/doc/importFeature.rst
src/ExchangePlugin/plugin-Exchange.xml

index a133b2f842f5e6adf34ece41b378318c436f61f8..c27faab76c4c3ef5bff8fce1148dca256ccf378b 100644 (file)
@@ -119,7 +119,7 @@ In this case, the following property panel will be opened:
 
 The file name and path can be defined in **Import file** field by direct input or browsing with ‘…’ button, which opens **Import file** dialog box.
 The **Import to** combobox provides the list of destinations (one of existing Parts or a new Part).
-**STEP options** provide the possibility to **Scale to International System Units** as well as to create groups from **Materials** and/or **Colours** if defined in assemblies of the file to import.
+**STEP options** provide the possibility to **Scale to International System Units** as well as to create groups from **Materials** and/or **Colors** if defined in assemblies of the file to import.
 
 **Apply** button imports the file.
   
index 7ebebc84491dbb909efb6f37e37919e623d5ac8c..f015d806959fac09a76170fe9ae332ca1cd7da29 100644 (file)
@@ -61,8 +61,8 @@
                 <boolvalue id="step_materials"
                           label="Materials"
                           default="false"/>
-                <boolvalue id="step_colours"
-                          label="Colours"
+                <boolvalue id="step_colors"
+                          label="Colors"
                           default="false"/>
               </groupbox>
             </groupbox>