Index: directory.module =================================================================== RCS file: /cvs/drupal/contributions/modules/directory/directory.module,v retrieving revision 1.11 diff -u -p -r1.11 directory.module --- directory.module 28 Dec 2006 03:03:45 -0000 1.11 +++ directory.module 1 Jun 2007 16:38:58 -0000 @@ -135,7 +135,7 @@ function directory_settings() { ); $form['directory_show_child_counts'] = array( '#type' => 'checkbox', - '#title'=>'Show count of nodes in categories', + '#title'=> t('Show count of nodes in categories'), '#default_value' => variable_get('directory_show_child_counts', TRUE), '#description' => t('Append a count of items contained in each term, if the count is greater than zero.'), '#required'=>FALSE);