--- disknode.module.orig	2006-05-10 03:01:59.612402900 +0200
+++ disknode.module	2006-05-10 03:00:47.536123100 +0200
@@ -111,7 +111,7 @@ function disknode_settings() {
     if ($type == 'disknode') continue;
     $form['_disknodebehavior']['disknode_node_'.$type] = array(
       '#type' => 'checkbox',
-      '#title' => t('Attach to %type', array("%type" => node_get_name($type))),
+      '#title' => t('Attach to %type', array("%type" => $type)),
       '#default_value' => variable_get('disknode_node_'.$type, 0),
       '#description' => t('Provide the disknode functionality to the node type %type.', array("%type" => $type)),
     );
