add an add to cart label to share with others

This commit is contained in:
Colin Kuskie 2008-05-18 03:18:44 +00:00
parent ab55978f55
commit c0d4e23501

View file

@ -387,6 +387,12 @@ our $I18N = {
context => q|Label in view transaction|,
},
'add to cart' => {
message => q|Add to cart|,
lastUpdated => 1211080800,
context => q|The label for the add to cart button.|
},
};
1;