diff --git a/src/db/db/gsiDeclDbCell.cc b/src/db/db/gsiDeclDbCell.cc index b05e9eb0f..a8b4aafc4 100644 --- a/src/db/db/gsiDeclDbCell.cc +++ b/src/db/db/gsiDeclDbCell.cc @@ -1626,7 +1626,7 @@ Class decl_Cell ("db", "Cell", "@brief Moves the shapes from the source to the target layer\n" "\n" "The destination layer is not overwritten. Instead, the shapes are added to the shapes of the destination layer.\n" - "This method will move shapes within the cell. To move shapes from another cell this cell, " + "This method will move shapes within the cell. To move shapes from another cell to this cell, " "use the copy method with the cell parameter.\n" "\n" "This method has been introduced in version 0.19.\n" @@ -1654,7 +1654,7 @@ Class decl_Cell ("db", "Cell", "\n" "The destination layer is not overwritten. Instead, the shapes are added to the shapes of the destination layer.\n" "If source are target layer are identical, this method does nothing.\n" - "This method will copy shapes within the cell. To copy shapes from another cell this cell, " + "This method will copy shapes within the cell. To copy shapes from another cell to this cell, " "use the copy method with the cell parameter.\n" "\n" "This method has been introduced in version 0.19.\n"