From 5c6c07b7808a3e550cc769dc6667cbcd2abd5667 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Sun, 10 Jun 2012 15:17:45 -0700
Subject: [PATCH] Issue #1495648 follow-up by plach: Clarify entity language
 documentation.

---
 modules/system/system.api.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 043486dd213e..57eb6c726279 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -140,7 +140,8 @@ function hook_hook_info_alter(&$hooks) {
  *       in. This value may be changed when editing the entity and represents
  *       the language its textual components are supposed to have. If no
  *       language property is available, the 'language callback' may be used
- *       instead.
+ *       instead. This entry can be omitted if the entities of this type are not
+ *       language-aware.
  *   - bundle keys: An array describing how the Field API can extract the
  *     information it needs from the bundle objects for this type. This entry
  *     is required if the 'path' provided in the 'bundles'/'admin' section
-- 
GitLab