Index: translation.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/translation/translation.module,v
retrieving revision 1.21
diff -u -r1.21 translation.module
--- translation.module	25 Dec 2007 10:18:14 -0000	1.21
+++ translation.module	6 Jan 2008 19:15:18 -0000
@@ -23,7 +23,7 @@
 /**
  * Identifies a content type which has translation support enabled.
  */
-define ('TRANSLATION_ENABLED', 2);
+define('TRANSLATION_ENABLED', 2);
 
 /**
  * Implementation of hook_help().

