Mercurial > defr > drupal > core
diff modules/translation/translation.module @ 15:4347c45bb494 6.7
Drupal 6.7
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:32:44 +0100 |
parents | 8b6c45761e01 |
children | 3edae6ecd6c6 |
line wrap: on
line diff
--- a/modules/translation/translation.module Tue Dec 23 14:32:33 2008 +0100 +++ b/modules/translation/translation.module Tue Dec 23 14:32:44 2008 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: translation.module,v 1.23.2.2 2008/10/16 11:57:52 goba Exp $ +// $Id: translation.module,v 1.23.2.3 2008/12/10 20:35:06 goba Exp $ /** * @file @@ -321,7 +321,7 @@ } /** - * Implementation of hook_alter_translation_link(). + * Implementation of hook_translation_link_alter(). * * Replaces links with pointers to translated versions of the content. */ @@ -339,4 +339,3 @@ } } } -