Unregistered 'users' form label in config
danielb - March 23, 2009 - 02:08
| Project: | Counter |
| Version: | 6.x-1.6 |
| Component: | User interface |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
Line 49 of counter.settings.inc
'#title' => t('Show Unregistered Nodes'),
should be
'#title' => t('Show Unregistered Users'),
:D

#1
actually I am incorrect on this
it should be "Inactive users"
and registered should be "Active users"
see http://drupal.org/node/387378
#2
In any case this has also been raised in http://drupal.org/node/357207