--- nodeprofile.module.old 2008-04-20 23:57:14.000000000 +0200 +++ nodeprofile.module.new 2008-12-02 18:23:01.000000000 +0100 @@ -331,7 +331,7 @@ function nodeprofile_user($op, &$edit, & if (!empty($value) && node_access('create', $type)) { $data[] = array( 'name' => $type, - 'title' => check_plain(node_get_types('name', $type)), + 'title' => t(check_plain(node_get_types('name', $type))), 'weight' => nodeprofile_get_settings('weight', $type), ); }