Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / ExchangePlugin / doc / importFeature.rst
index c1c604d7ea1129ea6268c84e58833284d96e3dba..d5042d1ca5645fa21cbbeb802837350d02184f72 100644 (file)
@@ -2,9 +2,9 @@
 Import
 ======
 
-The feature Import allows to import an external file into a current study.
+The Import feature allows importing an external file into a current study.
 
-It is possible to import files in following formats: BREP, STEP, IGES, XAO. To import a file into active part:
+It is possible to import files in the following formats: BREP, STEP, IGES, XAO. To import a file into active part:
 
 #. select in the Main Menu *Part - > Import* item  or
 #. click **Import** button in the toolbar.
@@ -23,7 +23,7 @@ The following property panel will be opened:
 .. centered::
    **Import property panel**
 
-In this panel it is possible to enter a file name directly into input field or press **'...'** button and browse it with help of import file dialog box:
+In this panel it is possible to enter a file name directly or press **'...'** button and browse it with help of import file dialog box:
 
 .. image:: images/OpenFileDlg.png
    :align: center
@@ -33,7 +33,7 @@ In this panel it is possible to enter a file name directly into input field or p
   
 **Apply** button imports the file.
   
-**Cancel** button cancels operation.
+**Cancel** button cancels the operation.
 
 **TUI Command**: *model.addImport(Part_doc, FileNameString)*
 
@@ -42,7 +42,7 @@ In this panel it is possible to enter a file name directly into input field or p
 Result
 """"""
 
-The Result of the operation depends on content of imported file.
+The Result of the operation depends on the imported file content.
 
 .. image:: images/FileImported.png
           :align: center
@@ -50,4 +50,4 @@ The Result of the operation depends on content of imported file.
 .. centered::
    Import of BREP file.
 
-**See Also** a sample TUI Script of :ref:`tui_import_file` operation.
+**See Also** a sample TUI Script of :ref:`tui_import_file` operation.