From c11cb4ec24479e801076c094f043f2084b344d0c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 1 Jul 2007 15:37:10 +0000 Subject: - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable. --- modules/translation/translation.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/translation/translation.module') diff --git a/modules/translation/translation.module b/modules/translation/translation.module index c7f464cd2..b45bf2126 100644 --- a/modules/translation/translation.module +++ b/modules/translation/translation.module @@ -339,12 +339,12 @@ function translation_supported_type($type) { /** * Return paths of all translations of a node, based on - * its Drupal path. + * its Drupal path. * * @param $path * A Drupal path, for example node/432. * @return - * An array of paths of translations of the node accessible + * An array of paths of translations of the node accessible * to the current user keyed with language codes. */ function translation_path_get_translations($path) { -- cgit v1.2.3