core/lib/Drupal/Core/Entity/entity.api.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/lib/Drupal/Core/Entity/entity.api.php b/core/lib/Drupal/Core/Entity/entity.api.php index 0a71c7f..96c2505 100644 --- a/core/lib/Drupal/Core/Entity/entity.api.php +++ b/core/lib/Drupal/Core/Entity/entity.api.php @@ -117,12 +117,12 @@ * * A translation is not a revision and a revision is not necessarily a * translation. Revisions and translations are the two axes on the "spreadsheet" - * of an entity. If you use the UI and have revisions enabled, then a new - * translation change would create a new revision (with a copy of all data for - * other languages in that revision). If you don't use revisions or you use the - * API, then you can change multiple translations within one revision. - * Conceptually, the revisions are columns on the spreadsheet and translations - * are rows. + * of an entity. If you use the built-in UI and have revisions enabled, then a + * new translation change would create a new revision (with a copy of all data + * for other languages in that revision). If an entity does not use revisions or + * the entity is being modified via the API, then you multiple translations can + * be modified in a single revision. Conceptually, the revisions are columns on + * the spreadsheet and translations are rows. * * @section save Save operations * To update an existing entity, you will need to load it, change properties,