diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 644aee4e1..870796ef4 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.7.17 + - fixed #10764: Matrix i18n: hitting compare button says I have 1 item selected. - fixed #10763: Matrix: Search button doesn't work. - fixed #10761: Two i18n issues on LDAP page - fixed #10750: Story Manager - Save and add another photo diff --git a/lib/WebGUI/i18n/English/Asset_Matrix.pm b/lib/WebGUI/i18n/English/Asset_Matrix.pm index 9ed0b2644..8638fddd5 100644 --- a/lib/WebGUI/i18n/English/Asset_Matrix.pm +++ b/lib/WebGUI/i18n/English/Asset_Matrix.pm @@ -864,8 +864,8 @@ selectBox.

| }, 'too few message' => { - lastUpdated => 0, - message => q|You tried to compare only one listing. If you want to view just one listing, click on its name.|, + lastUpdated => 1250141046, + message => q|To compare, at least two listing must be selected. If you want to view just one listing, click on its name.|, context => q|A message shown to the user when they have selected only one listing to compare.|, } };