From f2e94e83cafff5d63bd6cf5b8574bfcd00179ad1 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Sun, 29 May 2011 22:36:30 -0700
Subject: [PATCH] Issue #1166088 by barbi: Fixed Field Language API page has
 incorrect note about languages.

---
 modules/field/field.multilingual.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/field/field.multilingual.inc b/modules/field/field.multilingual.inc
index 00adf9275a6a..5373d9708284 100644
--- a/modules/field/field.multilingual.inc
+++ b/modules/field/field.multilingual.inc
@@ -20,7 +20,7 @@
  * - For untranslatable fields this set only contains LANGUAGE_NONE.
  * - For translatable fields this set can contain any language code. By default
  *   it is the list returned by field_content_languages(), which contains all
- *   enabled languages with the addition of LANGUAGE_NONE. This default can be
+ *   installed languages with the addition of LANGUAGE_NONE. This default can be
  *   altered by modules implementing hook_field_available_languages_alter().
  *
  * The available languages for a particular field are returned by
-- 
GitLab