make the column heading terse.

This commit is contained in:
kestes%walrus.com 2002-05-02 01:59:48 +00:00
Родитель 96c9cd713a
Коммит d742a6eb3d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -78,7 +78,7 @@ use Utils;
use HTMLPopUp;
use TinderDB::BasicTxtDB;
$VERSION = ( qw $Revision: 1.17 $ )[1];
$VERSION = ( qw $Revision: 1.18 $ )[1];
@ISA = qw(TinderDB::BasicTxtDB);
@ -122,7 +122,7 @@ EOF
sub status_table_header {
return ("\t<th>Notices</th>\n");
return ("\t<th>Notes</th>\n");
}