62,64c62,65
<       $nodetypes = node_get_types();
<       foreach ($nodetypes as $ntype => $name) {
<         $fieldlabel = t('Pattern for all %name paths', array('%name' => $name));
---
>       $nodetypes = node_list();
>       foreach ($nodetypes as $ntype) {
>         $displaytype = node_invoke($ntype,'node_name');
>         $fieldlabel = t('Pattern for all '.$displaytype.' paths');
