diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 3e75e9c61..2d4be6ddc 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -7,6 +7,7 @@ - fixed #9580: Gallery: albums shown in navigation - fixed #9578: Use of "quotes" in badge name causes error - fixed #9603: moving wiki page + - fixed #9635: Matrix - Add attributes not working 7.6.10 - fixed #9577: WebGUI::Form::Url::getValue returns blank rather than undef for blank fields diff --git a/lib/WebGUI/Form/MatrixCompare.pm b/lib/WebGUI/Form/MatrixCompare.pm index d4f1480b4..e11554afc 100644 --- a/lib/WebGUI/Form/MatrixCompare.pm +++ b/lib/WebGUI/Form/MatrixCompare.pm @@ -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'); } #-------------------------------------------------------------------