diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index c2b955a40..0f3739517 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -25,6 +25,7 @@ - fixed #10686: Can't access Database Links - fixed #10650: Unflatten WebGUI storage locations - fixed #10664: ThiingyRecord disappeared... sort of + - fixed #10687: i18n Asset_Product::buy_form_options 7.7.15 - fixed #10629: WebGUI::ProfileField create new field bug diff --git a/lib/WebGUI/Help/Asset_Product.pm b/lib/WebGUI/Help/Asset_Product.pm index 2c25ee22f..a47a57c86 100644 --- a/lib/WebGUI/Help/Asset_Product.pm +++ b/lib/WebGUI/Help/Asset_Product.pm @@ -60,8 +60,10 @@ our $HELP = { { 'name' => 'in_stock' }, { 'name' => 'no_stock_message' }, { 'name' => 'buy_form_header' }, - { 'name' => 'buy_form_options' }, - { 'name' => 'buy_form_button' }, + { 'name' => 'buy_options', + description => 'buy_form_options' }, + { 'name' => 'buy_button', + description => 'buy_form_button' }, { 'name' => 'buy_form_footer' }, { 'name' => "hasAddedToCart" , required=>1 }, { 'name' => "thankYouMessage", description=>"thank you message help" }, diff --git a/lib/WebGUI/i18n/English/Asset_Product.pm b/lib/WebGUI/i18n/English/Asset_Product.pm index b69cfd138..ee8e3c952 100644 --- a/lib/WebGUI/i18n/English/Asset_Product.pm +++ b/lib/WebGUI/i18n/English/Asset_Product.pm @@ -765,13 +765,13 @@ be useful, others may not.|, }, 'buy_form_header' => { - message => q|HTML code to start the form for putting variant into a shopping cart. |, - lastUpdated => 1210611784, + message => q|HTML code to start the form for putting variants into a shopping cart.|, + lastUpdated => 1248282250, }, 'buy_form_options' => { - message => q|A dropdown list of available variants for this product. Only products with a quantity greater than zero are listed.|, - lastUpdated => 1210611784, + message => q|A dropdown list of available variants for this product. Only variants with a quantity greater than zero are listed.|, + lastUpdated => 1248282203, }, 'buy_form_button' => {