Fixed international problem in JavaScript file

This commit is contained in:
khenn 2010-08-10 20:42:58 -05:00
parent adf3fe68b0
commit c3989308fa
3 changed files with 14 additions and 5 deletions

View file

@ -98,6 +98,11 @@ our $I18N = {
context => q{General item in asset select list},
},
'first_row_error_msg' => {
message => q|The first row may not be deleted. Please adjust your query appropriately|,
lastUpdated => 1078852836,
context => q{Error message in javascript},
},
};
1;