diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index be86abab5..2aa02da16 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -7,6 +7,7 @@ - fixed getIsa returns undef for pending assets - fixed #11299: Matrix - Cannot hide title - fixed #11293: Matrix - Search not working correctly + - fixed #11301: Matrix - Comparing too many products error message 7.8.7 - fixed #11278: Wrong test for Template::Toolkit in testEnvironment.pl diff --git a/docs/upgrades/packages-7.8.8/matrix-default-view-template.wgpkg b/docs/upgrades/packages-7.8.8/matrix-default-view-template.wgpkg index cf985b2e6..26f867cd0 100644 Binary files a/docs/upgrades/packages-7.8.8/matrix-default-view-template.wgpkg and b/docs/upgrades/packages-7.8.8/matrix-default-view-template.wgpkg differ diff --git a/docs/upgrades/packages-7.8.8/matrix-search-template.wgpkg b/docs/upgrades/packages-7.8.8/matrix-search-template.wgpkg new file mode 100644 index 000000000..d7d182466 Binary files /dev/null and b/docs/upgrades/packages-7.8.8/matrix-search-template.wgpkg differ diff --git a/lib/WebGUI/i18n/English/Asset_Matrix.pm b/lib/WebGUI/i18n/English/Asset_Matrix.pm index deba76033..1d75fde04 100644 --- a/lib/WebGUI/i18n/English/Asset_Matrix.pm +++ b/lib/WebGUI/i18n/English/Asset_Matrix.pm @@ -858,14 +858,14 @@ selectBox.

| }, 'too many message' => { - lastUpdated => 0, - message => q|You tried to compare more than your maximum number of listings.|, + lastUpdated => 1260478380, + message => q|You can only compare up to %d items at a time. Please adjust your selections and try again.|, context => q|A message shown to the user when they have selected too many listings to compare.|, }, 'too few message' => { - 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.|, + lastUpdated => 1260478343, + message => q|To compare, at least two listings 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.|, },