fix add variant i18n bug

This commit is contained in:
Colin Kuskie 2008-11-07 20:41:22 +00:00
parent 68f772cd56
commit 1ddaa75ab8
3 changed files with 13 additions and 0 deletions

View file

@ -12,6 +12,7 @@
- fixed #9047: Unable to reorder DataForm tabs
- added: Delete columns from DataTable
- fixed: Now more than one DataTable can be put on a page
- fixed #9002: add a variant in admin product view misses i18n link
7.6.2
- fixed: not allowed to add calendar events if in can edit group but not can add event group

Binary file not shown.

View file

@ -93,6 +93,18 @@ our $I18N = {
context => q|help for tax rate override field|
},
'Add a Variant' => {
message => q|Add a Variant|,
lastUpdated => 0,
context => q|i18n label for the view template|
},
'Set Product price and SKU' => {
message => q|Set Product price and SKU|,
lastUpdated => 0,
context => q|i18n label for the view template|
},
'assetName' => {
message => q|Sku|,
lastUpdated => 0,