fixed #9635: Matrix - Add attributes not working

This commit is contained in:
Yung Han Khoe 2009-02-03 00:11:46 +00:00
parent cd1992c9b5
commit 8dd4d66c96
2 changed files with 2 additions and 1 deletions

View file

@ -95,7 +95,7 @@ Returns the human readable name of this control.
sub getName {
my ($self, $session) = @_;
return WebGUI::International->new($session, 'Form_MatrixCompare')->get('topicName');
return WebGUI::International->new($session, 'Form_MatrixCompare')->get('matrix compare');
}
#-------------------------------------------------------------------