From 1e3714af4dff3a9518074a9856b7428259d1a99d Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Mon, 28 Mar 2011 08:51:42 -0700
Subject: [PATCH] Issue #988318 by jhodgdon: translation_form_node_form_alter()
 doc says it implements the wrong hook.

---
 modules/translation/translation.module | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/modules/translation/translation.module b/modules/translation/translation.module
index 8b8614e4ed13..9bb0b43bcc62 100644
--- a/modules/translation/translation.module
+++ b/modules/translation/translation.module
@@ -117,11 +117,10 @@ function translation_form_node_type_form_alter(&$form, &$form_state) {
 }
 
 /**
- * Implements hook_form_alter().
+ * Implements hook_form_BASE_FORM_ID_alter().
  *
- * - Add translation option to content type form.
- * - Alters language fields on node forms when a translation
- *   is about to be created.
+ * This function alters language fields on node edit forms when a translation is
+ * about to be created.
  */
 function translation_form_node_form_alter(&$form, &$form_state) {
   if (translation_supported_type($form['#node']->type)) {
-- 
GitLab