Index: format_number.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/format_number/Attic/format_number.module,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 format_number.module
--- format_number.module	2 Nov 2008 14:20:26 -0000	1.1.2.1
+++ format_number.module	8 Nov 2008 22:06:27 -0000
@@ -74,7 +74,7 @@
 /**
  * Implementation of hook_user().
  *
- * Allows users to individually set their theme and time zone.
+ * Allows users to individually set their number format.
  */
 function format_number_user($type, $edit, &$user, $category = NULL) {
   if ($type == 'form' && $category == 'account' && variable_get('format_number_user_configurable', 0)) {
