Make the warnings messages from the Matrix about having too many products to compare better. Fixes bug #11301
This commit is contained in:
parent
4b65b441e0
commit
f0b0179ad8
4 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
BIN
docs/upgrades/packages-7.8.8/matrix-search-template.wgpkg
Normal file
BIN
docs/upgrades/packages-7.8.8/matrix-search-template.wgpkg
Normal file
Binary file not shown.
|
|
@ -858,14 +858,14 @@ selectBox.</p>|
|
|||
},
|
||||
|
||||
'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.|,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue