Index: oi.module =================================================================== RCS file: /cvs/drupal/contributions/modules/oi/Attic/oi.module,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 oi.module --- modules/contrib/oi/oi.module 19 Oct 2006 18:04:01 -0000 1.1.2.1 +++ modules/contrib/oi/oi.module 30 Nov 2006 19:01:00 -0000 @@ -1064,7 +1064,7 @@ if (count($fields) == 0) { // there are no fields for this entity type - return theme('box', t('Roles for %entity', array('%entity' => $entity['display'])), + return theme('box', t('Fields for %entity', array('%entity' => $entity['display'])), '
There are no fields defined for this entity type
'); }