From db93a22f0b544c6dc89e01631493e816f5be6fc1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 20 Jul 2009 15:40:26 +0000 Subject: [PATCH] Fix hoverhelp to use Summary vs Synopsis. --- docs/changelog/7.x.x.txt | 3 ++- lib/WebGUI/i18n/English/AssetAspect_RssFeed.pm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 808d4590b..78b404f61 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -5,7 +5,8 @@ - fixed #10637: shelf displays assets it shouldn't - fixed #10660: Crud doesn't like 0 - fixed #10668: shop pay drivers - - fixed Pay Drivers update their objects + - fixed: Pay Drivers update their objects + - fixed #10652: Story Archive: hover help confusing 7.7.15 - fixed #10629: WebGUI::ProfileField create new field bug diff --git a/lib/WebGUI/i18n/English/AssetAspect_RssFeed.pm b/lib/WebGUI/i18n/English/AssetAspect_RssFeed.pm index aaa08724c..6298800f7 100644 --- a/lib/WebGUI/i18n/English/AssetAspect_RssFeed.pm +++ b/lib/WebGUI/i18n/English/AssetAspect_RssFeed.pm @@ -46,7 +46,7 @@ our $I18N = { }, 'feedDescription hoverHelp' => { - message => q|An optional description for the feed. If not specified the asset's synopsis will be used instead.|, + message => q|An optional description for the feed. If not specified the asset's summary will be used instead.|, lastUpdated => 1236820473, context => q|The hoverhelp of the feedDescription field.| },