diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index c716d2df2..60a565fb4 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -3,6 +3,7 @@ - fixed #10679: i18n TaxDriver_EU::accept when vies unavailable help (Martin Kamerbeek / Oqapi) - fixed #11313: bullet list template for navigation - fixed #11311: Search object and modifiers + - fixed #11314: hover help clarity 7.8.8 - fixed #11289: Gallery with pending version tag causes search engine indexer to puke. diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index 5ad1ec7e6..c159759b6 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -21,8 +21,8 @@ our $I18N = { }, 'keywords help' => { - message => q|Add some keywords here for this asset. They'll automatically be added to the search index, and as the keywords metatag.|, - lastUpdated => 0, + message => q|Keywords are automatically added to the keywords metatag for this asset, and are also put into the WebGUI search index. Multiple keywords should be separated by commas.|, + lastUpdated => 1262117316, context => q|help for the keywords property| },