diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 82a38c645..802e4ea24 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -8,6 +8,7 @@ - fixed #10700: Default My Sales template needs i18n - fixed #10702: Product displays empty brochure, warranty, manual fields - fixed #10704: Commit version tag from AdminBar is not working + - fixed #10510: Product Thumbnails overlap Controls 7.7.16 - fixed #10590: Session::DateTime->secondsToInterval doesn't allow 7 weeks diff --git a/docs/upgrades/packages-7.7.17/default_product.wgpkg b/docs/upgrades/packages-7.7.17/default_product.wgpkg new file mode 100644 index 000000000..9f79c6bea Binary files /dev/null and b/docs/upgrades/packages-7.7.17/default_product.wgpkg differ diff --git a/lib/WebGUI/i18n/English/Asset_Product.pm b/lib/WebGUI/i18n/English/Asset_Product.pm index ee8e3c952..df0b5223c 100644 --- a/lib/WebGUI/i18n/English/Asset_Product.pm +++ b/lib/WebGUI/i18n/English/Asset_Product.pm @@ -858,6 +858,12 @@ be useful, others may not.|, context => q|hover help for isShippingRequired in the edit sku screen| }, + 'Controls' => { + message => q|Controls|, + lastUpdated => 0, + context => q|A set of links or icons to edit or alter the object.| + }, + }; 1;