From a36923e4ef2c8bdfe3ff3fdf6692b2cb181dbc72 Mon Sep 17 00:00:00 2001 From: mpv Date: Wed, 29 Dec 2021 17:08:36 +0300 Subject: [PATCH] Fixed the problem of sphinx-documentation processing because of Unicode-symbols usage. --- src/ExchangePlugin/doc/exportFeature.rst | 2 +- src/ExchangePlugin/doc/importFeature.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ExchangePlugin/doc/exportFeature.rst b/src/ExchangePlugin/doc/exportFeature.rst index e4deafb4f..1773c9bf9 100644 --- a/src/ExchangePlugin/doc/exportFeature.rst +++ b/src/ExchangePlugin/doc/exportFeature.rst @@ -136,7 +136,7 @@ In this case, the following property panel will be opened: **Dialog box to export in STL format** -The file name and path can be defined in **Export file** field by direct input or browsing with ‘…’ button, which opens Export file dialog box. +The file name and path can be defined in **Export file** field by direct input or browsing with '...' button, which opens Export file dialog box. **Object** field contains an exported object which can be selected in a viewer or object browser. diff --git a/src/ExchangePlugin/doc/importFeature.rst b/src/ExchangePlugin/doc/importFeature.rst index e76131a42..817c5c1cb 100644 --- a/src/ExchangePlugin/doc/importFeature.rst +++ b/src/ExchangePlugin/doc/importFeature.rst @@ -115,7 +115,7 @@ In this case, the following property panel will be opened: **Dialog box to import file in STEP format** -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 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 **Colors** if defined in assemblies of the file to import. -- 2.39.2