Added 'too few/many' messages to matrix compare box, rfe# 9965

This commit is contained in:
Yung Han Khoe 2009-04-08 19:52:35 +00:00
parent 87abb79331
commit aefb658fd5
6 changed files with 49 additions and 58 deletions

View file

@ -807,6 +807,17 @@ selectBox.</p>|
message => q|Matrix Fieldtype|,
},
'too many message' => {
lastUpdated => 0,
message => q|You tried to compare more than your maximum number of listings.|,
context => q|A message shown to the user when they have selected too many listings to compare.|,
},
'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.|,
context => q|A message shown to the user when they have selected only one listing to compare.|,
}
};
1;