Make the warnings messages from the Matrix about having too many products to compare better. Fixes bug #11301

This commit is contained in:
Colin Kuskie 2009-12-10 13:59:26 -08:00
parent 4b65b441e0
commit f0b0179ad8
4 changed files with 5 additions and 4 deletions

View file

@ -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.|,
},