Skip to content

Commit 7c16d61

Browse files
authored
Fix "less than" typo (#2952)
1 parent 6ce1e15 commit 7c16d61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/locale/en_US/Mage_Customer.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"MM","MM"
215215
"Manage Addresses","Manage Addresses"
216216
"Manage Customers","Manage Customers"
217-
"Maximum length must be less then %s symbols","Maximum length must be less then %s symbols"
217+
"Maximum length must be less then %s symbols","Maximum length must be less than %s symbols"
218218
"Middle Name","Middle Name"
219219
"Minimum admin password length","Minimum admin password length"
220220
"Minimum password length","Minimum password length"

app/locale/en_US/Mage_Eav.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"Entity is not initialized","Entity is not initialized"
6464
"Entity object is undefined","Entity object is undefined"
6565
"Failed to load node %s from config","Failed to load node %s from config"
66-
"For internal use. Must be unique with no spaces. Maximum length of attribute code must be less then %s symbols","For internal use. Must be unique with no spaces. Maximum length of attribute code must be less then %s symbols"
66+
"For internal use. Must be unique with no spaces. Maximum length of attribute code must be less then %s symbols","For internal use. Must be unique with no spaces. Maximum length of attribute code must be less than %s symbols"
6767
"Form Element with the same attribute","Form Element with the same attribute"
6868
"Form Fieldset with the same code","Form Fieldset with the same code"
6969
"Form Type with the same code","Form Type with the same code"
@@ -96,7 +96,7 @@
9696
"Letters","Letters"
9797
"Letters (a-z, A-Z) or Numbers (0-9)","Letters (a-z, A-Z) or Numbers (0-9)"
9898
"Loaded %d records","Loaded %d records"
99-
"Maximum length of attribute code must be less then %s symbols","Maximum length of attribute code must be less then %s symbols"
99+
"Maximum length of attribute code must be less then %s symbols","Maximum length of attribute code must be less than %s symbols"
100100
"Multiple Select","Multiple Select"
101101
"No","No"
102102
"No options found in config node %s","No options found in config node %s"

0 commit comments

Comments
 (0)