diff --git a/doc/salome/gui/GEOM/input/scale_operation.doc b/doc/salome/gui/GEOM/input/scale_operation.doc
index ed5b94fc6..a9a3ab8c4 100644
--- a/doc/salome/gui/GEOM/input/scale_operation.doc
+++ b/doc/salome/gui/GEOM/input/scale_operation.doc
@@ -20,12 +20,12 @@ shape. For this, you need to define the \b Shape to be scaled, the
\n TUI Command: geompy.MakeScaleAlongAxes(Shape, CenterOfScale, FactorX, FactorY, FactorZ)
\n Arguments: Name + 1 shape(s) + 1 vertex + 3 Scale Factors.
-\note If Central Point is not defined, the scaling will be
-performed relatively the origin of global coordinate system.
+\note If the Central Point is not defined, the scaling will be
+performed relatively the origin of the global coordinate system.
-\note Scaling by a factor is a simple transformation, it does not modify
-geometry of the shape, while scaling by different factors along axes
-is a general transformation, which can modify geometry, for example, a
+\note Scaling by one factor is a simple transformation, it does not modify the
+geometry of the shape, while scaling by several different factors along axes
+is a general transformation, which can modify the geometry, for example, a
circle can be transformed into an ellipse.
\n Example of simple scaling:
@@ -34,7 +34,7 @@ circle can be transformed into an ellipse.
\image html scale_transformsn2.png
-\n Example of scaling on different factors along axes:
+\n Example of scaling by different factors along axes:
\image html scale_transformsn3.png
diff --git a/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx b/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx
index 9339f4a47..3dbe49e5d 100644
--- a/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx
+++ b/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx
@@ -163,7 +163,7 @@ void GEOMImpl_IInsertOperations::Export
OCC_CATCH_SIGNALS;
#endif
if (!GetSolver()->ComputeFunction(aFunction)) {
- SetErrorCode("Export driver failed");
+ SetErrorCode("Not enough space on disk, or you haven't permissions to write this directory");
return;
}
}