diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 30fd04cc7..aa9a32d1a 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.7.19 + - fixed #10841: Ad Sales: hover help spelling error - fixed #10833: Calendar feeds not versioned, not duplicated - fixed #10831: Graphing tab in Poll is not i18n'ed - fixed #10829: Extra field in Poll Property tab diff --git a/lib/WebGUI/i18n/English/Asset_AdSku.pm b/lib/WebGUI/i18n/English/Asset_AdSku.pm index 0cf3df272..1fdf52d39 100644 --- a/lib/WebGUI/i18n/English/Asset_AdSku.pm +++ b/lib/WebGUI/i18n/English/Asset_AdSku.pm @@ -88,8 +88,8 @@ our $I18N = { }, 'property click discounts help' => { - message => q|Enter discounts one per line at the start of the line. Extra text is ignored so you can add comments to the discounts. Each discount consists of two numbers seperated by '@' with no spaces. The first number is the percent discount(no decimal point) the second number is the number of items purchased. So 5@1000 indicates a 5% discount for 1000 or more clicks purchased.|, - lastUpdated => 0, + message => q|Enter discounts one per line at the start of the line. Extra text is ignored so you can add comments to the discounts. Each discount consists of two numbers separated by '@' with no spaces. The first number is the percent discount(no decimal point) the second number is the number of items purchased. So 5@1000 indicates a 5% discount for 1000 or more clicks purchased.|, + lastUpdated => 1251410363, context => q|Help text for the click discounts field.| }, @@ -100,8 +100,8 @@ our $I18N = { }, 'property impression discounts help' => { - message => q|Enter discounts one per line at the start of the line. Extra text is ignored so you can add comments to the discounts. Each discount consists of two numbers seperated by '@' with no spaces. The first number is the percent discount(no decimal point) the second number is the number of items purchased. So 5@1000 indicates a 5% discount for 1000 or more impressions purchased.|, - lastUpdated => 0, + message => q|Enter discounts one per line at the start of the line. Extra text is ignored so you can add comments to the discounts. Each discount consists of two numbers separated by '@' with no spaces. The first number is the percent discount(no decimal point) the second number is the number of items purchased. So 5@1000 indicates a 5% discount for 1000 or more impressions purchased.|, + lastUpdated => 1251410361, context => q|Help text for the impresison discounts field.| },