diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-07-01 15:37:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-07-01 15:37:10 +0000 |
commit | c11cb4ec24479e801076c094f043f2084b344d0c (patch) | |
tree | 5248d25917032a394ec350b65ebde88259168ffe /modules/translation/translation.module | |
parent | a3d75e547f62174fe9fa2b5c3f9684b620612b00 (diff) | |
download | brdo-c11cb4ec24479e801076c094f043f2084b344d0c.tar.gz brdo-c11cb4ec24479e801076c094f043f2084b344d0c.tar.bz2 |
- Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.
Diffstat (limited to 'modules/translation/translation.module')
-rw-r--r-- | modules/translation/translation.module | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |