diff --git a/doc/salome/gui/SMESH/images/eleminfo1.png b/doc/salome/gui/SMESH/images/eleminfo1.png
new file mode 100755
index 000000000..5e2c2a0c0
Binary files /dev/null and b/doc/salome/gui/SMESH/images/eleminfo1.png differ
diff --git a/doc/salome/gui/SMESH/images/eleminfo2.png b/doc/salome/gui/SMESH/images/eleminfo2.png
new file mode 100755
index 000000000..3ff8d1d9c
Binary files /dev/null and b/doc/salome/gui/SMESH/images/eleminfo2.png differ
diff --git a/doc/salome/gui/SMESH/images/rotation.png b/doc/salome/gui/SMESH/images/rotation.png
index b740241b2..aed7744ba 100755
Binary files a/doc/salome/gui/SMESH/images/rotation.png and b/doc/salome/gui/SMESH/images/rotation.png differ
diff --git a/doc/salome/gui/SMESH/images/symmetry1.png b/doc/salome/gui/SMESH/images/symmetry1.png
index 44efc2a66..c8fda3e9d 100755
Binary files a/doc/salome/gui/SMESH/images/symmetry1.png and b/doc/salome/gui/SMESH/images/symmetry1.png differ
diff --git a/doc/salome/gui/SMESH/images/symmetry2.png b/doc/salome/gui/SMESH/images/symmetry2.png
index 34021eff8..b92fdd9f6 100755
Binary files a/doc/salome/gui/SMESH/images/symmetry2.png and b/doc/salome/gui/SMESH/images/symmetry2.png differ
diff --git a/doc/salome/gui/SMESH/images/symmetry3.png b/doc/salome/gui/SMESH/images/symmetry3.png
index 4333bfd66..b573636bc 100755
Binary files a/doc/salome/gui/SMESH/images/symmetry3.png and b/doc/salome/gui/SMESH/images/symmetry3.png differ
diff --git a/doc/salome/gui/SMESH/images/translation1.png b/doc/salome/gui/SMESH/images/translation1.png
index 6f16536b9..f6909fbdb 100755
Binary files a/doc/salome/gui/SMESH/images/translation1.png and b/doc/salome/gui/SMESH/images/translation1.png differ
diff --git a/doc/salome/gui/SMESH/images/translation2.png b/doc/salome/gui/SMESH/images/translation2.png
index 80caf4b6a..d1923e67f 100755
Binary files a/doc/salome/gui/SMESH/images/translation2.png and b/doc/salome/gui/SMESH/images/translation2.png differ
diff --git a/doc/salome/gui/SMESH/input/rotation.doc b/doc/salome/gui/SMESH/input/rotation.doc
index e56733cfa..bf2ca4978 100644
--- a/doc/salome/gui/SMESH/input/rotation.doc
+++ b/doc/salome/gui/SMESH/input/rotation.doc
@@ -18,10 +18,12 @@ rotated and the rotation parameters:
\b Axis: point and vector
\b Angle of rotation
-Create a Copy checkbox allows creating a new mesh, the source
-mesh (or group of elements remains at its initial location).
-Generate Groups checkbox allows copying the groups of elements
-of the source mesh to the newly created one.
+
+\n Toggle the corresponding checkbox to Select whole mesh, submesh or group.
+\n When Move elements radio button is selected, the source mesh (or elements) is created at the new location and erased from its previous location
+\n When Copy elements radio button is selected,the source mesh (or elements) is created at the new location, but it also remains at its previous location and is considered one and single mesh with the result of the rotation.
+\n When Create as new mesh radio button is selected, the source mesh (or elements) remains at its previous location and a new mesh is created at the new location and appears in the Object Browser with the default name MeshName_rotated (you can change this name in the adjacent box).
+\n Copy groups checkbox allows copying the groups of elements of the source mesh to the newly created one.
\par
diff --git a/doc/salome/gui/SMESH/input/symmetry.doc b/doc/salome/gui/SMESH/input/symmetry.doc
index 10f81552f..efbad6595 100644
--- a/doc/salome/gui/SMESH/input/symmetry.doc
+++ b/doc/salome/gui/SMESH/input/symmetry.doc
@@ -25,10 +25,15 @@ or some of its elements specifying:
one axis (point and vector)
one plane (point and normal)
-Create a Copy checkbox allows creating a new mesh, the source
-mesh (or group of elements remains at its initial location).
-Generate Groups checkbox allows copying the groups of elements
-of the source mesh to the newly created one.
+
+
+\n Toggle the corresponding checkbox to Select whole mesh, submesh or group.
+\n When Move elements radio button is selected, the source mesh (or elements) is created at the new location and erased from its previous location
+\n When Copy elements radio button is selected,the source mesh (or elements) is created at the new location, but it also remains at its previous location and is considered one and single mesh with the result of the translation.
+\n When Create as new mesh radio button is selected, the source mesh (or elements) remains at its previous location and a new mesh is created at the new location and appears in the Object Browser with the default name MeshName_mirrored (you can change this name in the adjacent box).
+\n Copy groups checkbox allows copying the groups of elements of the source mesh to the newly created one.
+
+.
\par
See Also a sample TUI Script of a
diff --git a/doc/salome/gui/SMESH/input/translation.doc b/doc/salome/gui/SMESH/input/translation.doc
index 7528ca2e7..1f48901d5 100644
--- a/doc/salome/gui/SMESH/input/translation.doc
+++ b/doc/salome/gui/SMESH/input/translation.doc
@@ -24,10 +24,10 @@ or some of its elements specifying:
Toggle the corresponding checkbox to Select whole mesh, submesh or
group.
-Create a Copy checkbox allows creating a new mesh, the source
-mesh (or group of elements remains at its initial location).
-Generate Groups checkbox allows copying the groups of elements
-of the source mesh to the newly created one.
+\n When Move elements radio button is selected, the source mesh (or elements) is created at the new location and erased from its previous location
+\n When Copy elements radio button is selected,the source mesh (or elements) is created at the new location, but it also remains at its previous location and is considered one and single mesh with the result of the translation.
+\n When Create as new mesh radio button is selected, the source mesh (or elements) remains at its previous location and a new mesh is created at the new location and appears in the Object Browser with the default name MeshName_translated (you can change this name in the adjacent box).
+\n Copy groups checkbox allows copying the groups of elements of the source mesh to the newly created one.
See Also a sample TUI Script of a
\ref tui_translation "Translation" operation.