diff --git a/entity_translation.admin.inc b/entity_translation.admin.inc
index 6cda85e..a45f786 100644
--- a/entity_translation.admin.inc
+++ b/entity_translation.admin.inc
@@ -13,8 +13,8 @@ function entity_translation_admin_form($form, $form_state) {
 
   $form['locale_field_language_fallback'] = array(
     '#type' => 'checkbox',
-    '#title' => t('Enable language fallback'),
-    '#description' => t('When language fallback is enabled, if a translation is not available for the requested language an existing one will be displayed.'),
+    '#title' => t('Allow language fallback'),
+    '#description' => t('When language fallback is allowed, if a translation is not available for the requested language an existing one will be displayed. Other modules can then control which languages are available as fallbacks. By default, Drupal will allow <em>any</em> available existing translation as a fallback.'),
     '#default_value' => variable_get('locale_field_language_fallback', TRUE),
   );
 
