diff options
-rw-r--r-- | modules/translation/translation.module | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/translation/translation.module b/modules/translation/translation.module index 8b8614e4e..9bb0b43bc 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)) { |